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/api
Kitsune Ral 6cfb94562e c2s: clean up $ref objects
* Most of the changes: align to the $ref object definition
  (https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03#section-3)
  that says that any attribute other than $ref be ignored.
* Remove extraneous leading ./ in $ref paths
* Fix an apparent typo in registration.yaml:
  /account/password/msisdn/requestToken used a file from ../identity/*
  instead of its c2s namesake.
4 years ago
..
application-service Switch to using $ instead of # for sub-types 5 years ago
client-server c2s: clean up $ref objects 4 years ago
files fix for https://github.com/matrix-org/matrix-doc/issues/270 9 years ago
identity Clarify what format the `country` is on phone number inputs 5 years ago
push-gateway Fix Push Gateway API example: Field renamed to event_id 5 years ago
server-server Remove query_auth from the specification per MSC2451. 5 years ago
README README.rst: Add notes on how to build the spec 7 years ago
check_examples.py Fix examples for new schema 6 years ago
openapi_extensions.md Document OpenAPI extension 6 years ago
package.json Reinstate validator.js 9 years ago
validator.js Provide doc-comments with makeHandler(); cleanup 7 years ago

README

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