SpaceApi / schema

SpaceAPI JSON schema files.
24 stars 14 forks source link

Create documentation / schema for current directory format #33

Closed rnestler closed 5 years ago

gidsi commented 5 years ago

Right now it would like this:

{
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "SpaceAPI Directory 0.1",
  "type": "object",
  "properties": {}
}

I will close the issue until we're deciding on a different directory format (e.g. just a string array or something)