deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

Figure out model of document saved to /content #1

Closed kenperkins closed 8 years ago

kenperkins commented 9 years ago

Currently the schema is intentionally simple:

{
  "id": "https://github.com/deconst/content-service/issues/1",
  "body": {}
}
smashwilson commented 8 years ago

Documented on deconst.horse but not actually validated yet.