Document properties input for partials

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1801/head
Kévin Commaille 2 weeks ago
parent 7e4977c597
commit 4a1a881f48
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D

@ -84,6 +84,9 @@
* `oneOf`: optional array of dictionaries describing the different formats
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
properties with undefined names
@ -148,6 +151,9 @@
* `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
names

Loading…
Cancel
Save