mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Document properties input for partials
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
7e4977c597
commit
4a1a881f48
|
|
@ -84,6 +84,9 @@
|
||||||
* `oneOf`: optional array of dictionaries describing the different formats
|
* `oneOf`: optional array of dictionaries describing the different formats
|
||||||
that the property can have
|
that the property can have
|
||||||
|
|
||||||
|
* `properties`: if the type is an object, optional dictionary for
|
||||||
|
well-defined properties, each given as: `property_name` : `property_data`
|
||||||
|
|
||||||
* `additionalProperties`: if the type is an object, optional dictionary for
|
* `additionalProperties`: if the type is an object, optional dictionary for
|
||||||
properties with undefined names
|
properties with undefined names
|
||||||
|
|
||||||
|
|
@ -148,6 +151,9 @@
|
||||||
|
|
||||||
* `title`: optional string for the title of the object property
|
* `title`: optional string for the title of the object property
|
||||||
|
|
||||||
|
* `properties`: optional dictionary for well-defined properties, each given
|
||||||
|
as: `property_name` : `property_data`
|
||||||
|
|
||||||
* `additionalProperties`: optional dictionary for properties with undefined
|
* `additionalProperties`: optional dictionary for properties with undefined
|
||||||
names
|
names
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue