-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommended general purpose schemas #54
Comments
If your data is mediachain-first, then presumably it wont have any WKIs at all. What's the best practice here? EDIT: rfc answers this:
|
Yeah, we haven't built this part yet. Basically we need either
Re: schemas, we should think about the ultimate purpose of the data. A first-pass answer may be just using schema.org schemas. |
Def. some good stuff on schema.org like http://schema.org/ImageObject Can we suggest using schema.org and generating UUIDs for now? |
I think recommending schema.org as baseline is fine. For IDs I am not 100% sure UUID is ideal; something like https://github.com/boundary/flake that uses peerIds instead of MACs could be a better choice (though we should think about what information we want to leak) |
ID genrator/flake #57 |
@yusefnapora this probably falls under documentation scope? |
Yup, sounds good. |
@yusefnapora what's the status here? |
So far I've just got a few paragraphs that amount to "use JSON-LD with schema.org types". I haven't pushed that section to the docs site yet, but I'm planning to get that done today. |
@yusefnapora let's try to get this wrapped ASAP, doesn't have to be detailed at this point. |
@parkan I just pushed an update to the docs site: https://mediachain.github.io/mediachain-docs/publishing/schema-recommendations#using-json-ld I think it does a decent job of covering the basics, given the current state of support in the code so far. |
Great, that's more than sufficient 😄 |
For mediachain-first data.
The text was updated successfully, but these errors were encountered: