Skip to content
Snippets Groups Projects
Commit d6ca1447 authored by Florian Spreckelsen's avatar Florian Spreckelsen Committed by Daniel Hornung
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 6bb3323f
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!83ENH: JsonSchemaExporter can merge schemata and arrayize them
Pipeline #43231 passed
......@@ -49,7 +49,7 @@ class JsonSchemaExporter:
Whether additional properties will be admitted in the resulting
schema. Optional, default is True.
name_and_description_in_properties : bool, optional
Whether object which are generated from reference properties shall have a `name` and
Whether objects that are generated from reference properties shall have a `name` and
`description` property in the generated schema. Optional, default is False.
additional_options_for_text_props : dict, optional
Dictionary containing additional "pattern" or "format" options for
......@@ -292,7 +292,7 @@ def recordtype_to_json_schema(rt: db.RecordType, additional_properties: bool = T
Whether additional properties will be admitted in the resulting
schema. Optional, default is True.
name_and_description_in_properties : bool, optional
Whether object which are generated from reference properties shall have a `name` and
Whether objects that are generated from reference properties shall have a `name` and
`description` property in the generated schema. Optional, default is False.
additional_options_for_text_props : dict, optional
Dictionary containing additional "pattern" or "format" options for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment