You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec-proposals/api/client-server/v1
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.
10 years ago
..
definitions replace definitions/*event.yaml with symlinks to /event-schemas/ 10 years ago
content-repo.yaml Add sync API yaml. Add template for sync_http_api. 11 years ago
core-event-schema Allow relative references to schema to work in python and node. 10 years ago
directory.yaml Add profile API. Add error definition to definitions folder. 11 years ago
login.yaml s/registration/login/ 10 years ago
membership.yaml Invite doesn't accept room aliases 10 years ago
presence.yaml Allow relative references to schema to work in python and node. 10 years ago
profile.yaml Add sortFn for profile HTTP API. Add combined profile HTTP API. 11 years ago
sync.yaml Allow relative references to schema to work in python and node. 10 years ago
v1-event-schema Allow relative references to schema to work in python and node. 10 years ago