matrix-doc/event-schemas
Jimmy Cuadra b885714d94 Remove the "required" designation from the `url` field of certain
m.room.message msgtypes.

Now that content referenced by the *m.audio*, *m.file*, *m.image*, and
*m.video* message types can be encrypted, the `url` field is required
*only* if the content is unencrypted. The "required" designation in the
event schemas (which prefixes the field description with "Required" in
bold in the generated HTML) is used to indicate fields which must always
be present, and this is no longer the case.

Signed-off-by: Jimmy Cuadra <jimmy@jimmycuadra.com>
2019-06-14 13:49:14 -07:00
..
examples Merge pull request #2068 from matrix-org/travis/1.0/mxc 2019-06-11 08:32:06 -06:00
schema Remove the "required" designation from the `url` field of certain 2019-06-14 13:49:14 -07:00
README.md We don't support z-schema or other JSON tools for now 2016-05-05 10:50:03 +01:00
check_examples.py Skip over partial event definitions in examples 2019-06-02 18:02:36 -06:00

README.md

Checking the event schemas

To validate the event schemas, and check the example events, run

./check-examples.py