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:
commit
2d18f81807
8 changed files with 92 additions and 78 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue