mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 19:08:38 +01:00
For cases where event schema specify `patternProperties` it would be nice
to give that pattern a "human-readable" form rather than a raw regex. This
is now supported by specifying `x-pattern` in the value part of the specified
pattern e.g. `patternProperties:{ "^.*":{ x-pattern: "$THING", ... } }`
Templating had limited record type descriptions limited to value primitives
e.g. `{string: integer}`. It now supports inspecting the values recursively
if the value is `object`.
Updated `m.receipt` to take both these points into account to make it read
better. Tweak receipt module text.
|
||
|---|---|---|
| .. | ||
| modules | ||
| 0-event_signing.rst | ||
| 0-events.rst | ||
| 0-feature_profiles.rst | ||
| 0-intro.rst | ||
| 1-client_server_api.rst | ||
| 2-modules.rst | ||
| 3-application_service_api.rst | ||
| 4-server_server_api.rst | ||
| 5-identity_servers.rst | ||
| 6-appendices.rst | ||
| targets.yaml | ||