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/event-schemas/schema/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.
9 years ago
..
core-event-schema Allow relative references to schema to work in python and node. 9 years ago
m.call.answer Allow relative references to schema to work in python and node. 9 years ago
m.call.candidates Allow relative references to schema to work in python and node. 9 years ago
m.call.hangup Allow relative references to schema to work in python and node. 9 years ago
m.call.invite Allow relative references to schema to work in python and node. 9 years ago
m.presence Add {{presence_events}} template. 9 years ago
m.receipt Typo 9 years ago
m.room.aliases Allow relative references to schema to work in python and node. 9 years ago
m.room.canonical_alias Allow relative references to schema to work in python and node. 9 years ago
m.room.create Allow relative references to schema to work in python and node. 9 years ago
m.room.history_visibility Allow relative references to schema to work in python and node. 9 years ago
m.room.join_rules Allow relative references to schema to work in python and node. 9 years ago
m.room.member Allow relative references to schema to work in python and node. 9 years ago
m.room.message Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.audio Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.emote Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.file Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.image Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.location Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.notice Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.text Allow relative references to schema to work in python and node. 9 years ago
m.room.message#m.video Allow relative references to schema to work in python and node. 9 years ago
m.room.message.feedback Allow relative references to schema to work in python and node. 9 years ago
m.room.name Allow relative references to schema to work in python and node. 9 years ago
m.room.power_levels Allow relative references to schema to work in python and node. 9 years ago
m.room.redaction Allow relative references to schema to work in python and node. 9 years ago
m.room.topic Allow relative references to schema to work in python and node. 9 years ago
v1-event-schema Allow relative references to schema to work in python and node. 9 years ago