matrix-spec/layouts/partials
David Robertson c69ac3bb68
Present OpenAPI additionalProperties field
When looking at the "Authentication Data" type used in e.g. the account
deactivation endpoint

    https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountdeactivate

it was not clear to me that clients and servers should expect additional
fields in this structure (the semantics of which are implied by the
`type` of the authentication, or that of the previously established
`session`.)

In the OpenAPI spec, We occasionally mark some ojects as allowing
arbitrary additional properties (`additionalProperties: true`, or
`additionalProperties: { description: "..."}`). In other places we are
more strict and provide a schema that additional properties must satisfy.
In this PR we aim to make the first kind of additional
properties (non-strict) more visible in the rendered spec.
2022-07-04 21:24:56 +01:00
..
changelogs Fix changelog 2022-06-16 09:17:08 -06:00
events Move prev_content to unsigned (#3524) 2021-12-02 17:22:58 +00:00
hooks Render a single page of the spec in Hugo 2021-01-12 15:31:01 -08:00
json-schema Present OpenAPI additionalProperties field 2022-07-04 21:24:56 +01:00
openapi Present OpenAPI additionalProperties field 2022-07-04 21:24:56 +01:00
added-in.html Start annotating which version of the spec added a thing (#3425) 2021-10-14 13:23:04 -06:00
alert.html Support alerts (notes, warnings, rationales) 2021-01-20 12:34:49 -08:00
breadcrumb.html Attempt to fix broken breadcrumb links 2021-08-27 19:17:07 +01:00
changed-in.html Move prev_content to unsigned (#3524) 2021-12-02 17:22:58 +00:00
footer.html Comments for all the layout templates 2021-01-12 20:45:24 -08:00
navbar.html Use changelogs/release.yaml for the version number source everywhere (#3310) 2021-08-27 19:17:17 +01:00
sidebar-tree.html Comments for all the layout templates 2021-01-12 20:45:24 -08:00
version-banner.html Comments for all the layout templates 2021-01-12 20:45:24 -08:00