stacks-archive / blockstack-collections

MIT License
10 stars 5 forks source link

Existing schemas on other platforms #3

Open msfeldstein opened 5 years ago

msfeldstein commented 5 years ago

It would be great if we could share schemas from other platforms to encourage broader interoperability. one such example is Unwalled Garden from the Beaker Browser project, which defines schemas for a social network. https://unwalled.garden/ https://github.com/beakerbrowser/unwalled.garden

Perhaps this issue could be a place to share other schema's we may want to match?

friedger commented 5 years ago

There are Android Content Provider Contracts that define a schema for:

stackatron commented 4 years ago

@yknl do you recall why we aren't using regular json schemas in collections?

yknl commented 4 years ago

@jeffdomke I don't understand the question. The proposed contacts schema is JSON formatted when stored, but the Collections protocol allows any data format for the schema.