matrix-doc/templating/matrix_templates
Richard van der Hoff 014b3f5f96 Make the schema files JSON
This undoes a change made in PR #217.

Although JSON is a disasterous syntax for human-maintained files, the fact
remains that JSON-schema is a thing, whilst YAML-schema (although accepted by
swagger) is not. Using YAML negates most of the advantages of using the
JSON-schema format (mostly, the fact that we can feed those files into a number
of tools), and we weren't really using the increased power of YAML.

Possibly, we should consider generating the JSON from YAML inputs, but either
way, the event schemas need to refer to the JSON files, and for now it's easier
just to stick to JSON.
2016-05-04 18:25:24 +01:00
..
templates Make list of APIs on the index a table. 2016-05-04 01:42:01 -07:00
__init__.py Completely split up the templating system from the Matrix Spec template code. 2015-05-26 16:20:15 +01:00
sections.py Make list of APIs on the index a table. 2016-05-04 01:42:01 -07:00
units.py Make the schema files JSON 2016-05-04 18:25:24 +01:00