matrix-spec/api
Travis Ralston d6d74c4cbe Switch to using $ instead of # for sub-types
# is reserved by the swagger validator as a way to include partial content from a JSON object (eg: "#/path" would include {"test": true} from the object {"path":{"test":true}}). Instead of trying to convince the validator that it is wrong, we'll just use a different character.

Note that our rendering tools do not care about #-style references to objects. It's still somewhat worth changing the character though.
2019-05-29 15:28:48 -06:00
..
application-service Switch to using $ instead of # for sub-types 2019-05-29 15:28:48 -06:00
client-server Switch to using $ instead of # for sub-types 2019-05-29 15:28:48 -06:00
files fix for https://github.com/matrix-org/matrix-doc/issues/270 2016-02-16 11:01:04 +00:00
identity Replace /bind with /3pid/bind 2019-04-14 18:17:44 +02:00
push-gateway Improve wording on push gateways 2018-08-15 11:59:58 -06:00
server-server v4 is v4, not v3 2019-05-27 21:27:54 -06:00
check_examples.py Fix examples for new schema 2019-02-01 11:14:42 -07:00
openapi_extensions.md Document OpenAPI extension 2018-08-12 16:52:07 +09:00
package.json Reinstate validator.js 2016-05-04 00:19:46 +01:00
README README.rst: Add notes on how to build the spec 2017-10-25 09:57:02 +01:00
validator.js Provide doc-comments with makeHandler(); cleanup 2017-11-15 07:28:25 +09:00

This directory contains swagger-compatible representations of our APIs. See
the main README.rst for details on how to make use of them.