Commit Graph

60 Commits (module-typing2)

Author SHA1 Message Date
Kegan Dougal 1520f3647f Merge branch 'master' into module-typing2
Conflicts:
	specification/modules/typing_notifications.rst
9 years ago
Erik Johnston 9964dd1401 Make explicit the state event only includes some keys 9 years ago
Kegan Dougal 2b7e02c080 Add sections for typing. Add swagger, JSON schema and example m.typing event 9 years ago
Erik Johnston d7d9f406a6 Bundle some state into invites 9 years ago
Mark Haines 2efadea583 Merge branch 'master' into markjh/document_v1_rooms_api 9 years ago
Mark Haines 8974b2b67b Skip files that start with ".", e.g. vim swp files. 9 years ago
Mark Haines 6ba9b29b3b Report all the errors in schemas/check_examples, not just the first error. 9 years ago
Mark Haines 52640eb205 Add a python script for checking that the examples match the event
schema.

Does the same checks as check.sh, but is a *lot* faster making it
suitable for using as a pre-commit hook.

I don't suggest replacing check.sh since it's good to check that the
schema works with multiple implementations of jsonschema.
9 years ago
Mark Haines 6a2c4d27fc Update the docs for room v1 api 9 years ago
Mark Haines f33c0846c3 Merge remote-tracking branch 'origin/master' into markjh/document_v1_rooms_api 9 years ago
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
Mark Haines 654ed9b99e Remove keys from the m.room.* schema files so that they may be used in the node swagger validator 9 years ago
Mark Haines fd3401fc7a Remove accidentally committed swp file 9 years ago
Mark Haines d0b018c46e Fix syntax error in JSON 9 years ago
Mark Haines c49338006a replace definitions/*event.yaml with symlinks to /event-schemas/ 9 years ago
Mark Haines 6147562d14 Split the "core" definition files into separate files. To
make it easier to use the schema files with tools that
don't support deep links.
9 years ago
Kegsay 3011823c51 Merge pull request #27 from matrix-org/receipts
Document receipts
9 years ago
Erik Johnston 500b4eb32d Typo 9 years ago
Erik Johnston 53756cfd73 More commas 9 years ago
Erik Johnston 5157c2f52e More escapes 9 years ago
Erik Johnston e58f816ad3 Add m.receipt schema 9 years ago
Kegsay 5e7665054e Merge pull request #28 from matrix-org/history_visibility
Document m.room.history_visibility
9 years ago
Erik Johnston b4c2cba406 State key should be empty 9 years ago
Erik Johnston 1e3d9a6a50 Typo 9 years ago
Erik Johnston c6d143447b Add schemas 9 years ago
Erik Johnston 40f037da55 Get the right type 9 years ago
Erik Johnston 3aabb77cb4 Capitilasation matters 9 years ago
Erik Johnston 61f1424124 No trailing commas 9 years ago
Erik Johnston 03b8c7a12b Document the canonical alias event 9 years ago
Kegan Dougal c3a298a5df Fix sort order for VoIP events. 9 years ago
Kegan Dougal 9abadaf7af Add {{presence_events}} template. 9 years ago
Kegan Dougal 59f856c7e6 Factor out ImageInfo into a core type. Refer to that in other msgtypes.
Add templating for msgtypes. ImageInfo core type is not referred to for
m.image in order for the ImageInfo table to render for it.
9 years ago
Kegan Dougal 59168df363 Add schema/example files for all specced msgtypes. 9 years ago
Kegan Dougal 06177740d4 Tweak how constants are represented. 9 years ago
Kegan Dougal 9d7f2baf5c Mention that knock/private on join_rules are not implemented. 9 years ago
Kegan Dougal 003ca35bf6 Spell 'overridden' correctly. 9 years ago
Kegan Dougal 86be22dc35 s/0-length/zero-length/g 9 years ago
Kegan Dougal 6dcbc40b63 Add common event field descriptions and template. 9 years ago
Kegan Dougal 73d84f3722 Add descriptions to state_keys. Add it into the template. 9 years ago
Kegan Dougal 6a41bd9b82 Add descriptions to event fields 9 years ago
Kegan Dougal a42a22028c Add event table template. Also inspect arrays for objects. 9 years ago
Kegan Dougal 0899e0b772 Update event schema parsing.
The templating system now parses event schemas into a form which
can be easily dumped into multiple tables (for nested object types)
9 years ago
Kegan Dougal bfb6d920d2 Add missing m.call descriptions 9 years ago
Kegan Dougal d2fd1baab2 Add descriptions to m.call schemas 9 years ago
Kegan Dougal 66bbc30893 Update check.sh now that z-schema returns 1 on error (v3.10.2+) 9 years ago
Kegan Dougal e8d11e8321 Add check.sh to automatically run z-schema over all schema files and test against examples. 9 years ago
Kegan Dougal e62e7b95cd Rename msgtype examples to have # separator 9 years ago
Kegan Dougal 75e7d09fc8 Remove newlines from json: move line wrapping to the template files. 9 years ago
Kegan Dougal 8f448a1764 Produce valid JSON (escape \n), add indent filter 9 years ago
Kegan Dougal c61223fb27 Add title/desc to lots of event schemas, add missing keys (e.g. avatar_url, displayname), add required keys section to spec. 9 years ago