docs-matrix-spec/api
Richard van der Hoff 820704a16a Format examples as raw objects
According the the openapi spec, examples for responses and schemas should be
raw objects rather than being json strings. (It's unclear what non-json
examples should look like...).

The swagger UI used to support json strings, but no longer does. In short,
let's turn the json strings into their raw formats.
2017-09-27 08:04:24 +01:00
..
application-service Format examples as raw objects 2017-09-27 08:04:24 +01:00
client-server Format examples as raw objects 2017-09-27 08:04:24 +01:00
files fix for https://github.com/matrix-org/matrix-doc/issues/270 2016-02-16 11:01:04 +00:00
identity Format examples as raw objects 2017-09-27 08:04:24 +01:00
push-gateway Format examples as raw objects 2017-09-27 08:04:24 +01:00
check_examples.py Format examples as raw objects 2017-09-27 08:04:24 +01:00
package.json Reinstate validator.js 2016-05-04 00:19:46 +01:00
README Remove redundant scripts under api/ 2016-05-03 12:05:52 +01:00
validator.js Reinstate validator.js 2016-05-04 00:19:46 +01:00

This directory contains swagger-compatible representations of our APIs. See
scripts/README.md for details on how to make use of them.