matrix-doc/api
Mark Haines 7f81501762 Allow relative references to schema to work in python and node.
Rename "schema/v1/core" to "schema/v1/core-event-schema".
Add self-referential symlinks to schema/v1/core-event-schema

The python json schema libraries expect that relative references are
relative to the file they are in. The node json schema libraries
expect that relateive references are relative to the first file loaded.

To support both kinds we reference the core event schema using
"core-event-schema/event.json". We then symlink the core-event-schema
directory to both the location of the file refering to "event.json" so
that it will work in python and to the location of the top level file
so that it will work in node.
2015-09-18 11:39:44 +01:00
..
client-server Allow relative references to schema to work in python and node. 2015-09-18 11:39:44 +01:00
files Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
README Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
package.json Add package.json 2015-06-02 13:32:22 +01:00
swagger.html Minor swagger HTML tweaks 2015-02-20 11:32:53 +00:00
validator.js Update swagger validator to support directories. 2015-06-02 13:28:58 +01:00

README

To get this running:
  python -m SimpleHTTPServer

Go to http://localhost:8000/swagger.html