Merge pull request #2087 from matrix-org/travis/1.0/events-are-extensible

Reorganize event structure in c2s spec and clarify event capabilities
This commit is contained in:
Travis Ralston 2019-06-11 09:55:17 -06:00 committed by GitHub
commit 2d18f81807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 92 additions and 78 deletions

View file

@ -750,6 +750,7 @@ class MatrixUnits(Units):
with open(filepath, encoding="utf-8") as f:
event_schema = yaml.load(f, OrderedLoader)
event_schema = resolve_references(filepath, event_schema)
schema_info = process_data_type(
event_schema,