From e4290ff71e9bd4eeaaf55e9cbdf3dc8870272bfa Mon Sep 17 00:00:00 2001 From: Denis Blanchette Date: Fri, 29 Nov 2024 17:16:14 -0500 Subject: [PATCH] feat!: Upgrade bootstrap from 4 to 5 in HTML templates --- .gitignore | 4 +- .../examples_flat_default/Configuration.html | 84 +- .../additional_properties.html | 22 +- .../anyOf_option_names.html | 22 +- .../examples/examples_flat_default/array.html | 24 +- .../array_additionalItems.html | 28 +- .../examples_flat_default/array_advanced.html | 18 +- .../examples_flat_default/array_example.html | 14 +- .../array_items_draft_2020_12.html | 16 +- .../examples/examples_flat_default/basic.html | 20 +- .../break_on_newline.html | 6 +- .../examples_flat_default/broken_ref.html | 8 +- .../examples_flat_default/circular.html | 8 +- .../examples_flat_default/combining_not.html | 8 +- .../combining_oneOf.html | 22 +- .../examples_flat_default/complex_const.html | 16 +- .../conditional_subschema.html | 26 +- .../conditional_subschema_no_else.html | 54 +- .../examples_flat_default/defaults.html | 8 +- .../examples_flat_default/deprecated.html | 22 +- .../description_from_ref.html | 12 +- .../description_markdown.html | 4 +- .../description_with_ref.html | 18 +- .../empty_property_name.html | 6 +- .../examples_flat_default/enumofnone.html | 6 +- docs/examples/examples_flat_default/geo.html | 16 +- .../html_in_description.html | 10 +- .../html_in_patterns.html | 8 +- .../long_description.html | 6 +- .../examples_flat_default/multiple_types.html | 12 +- .../pattern_properties.html | 20 +- .../pattern_properties_html_id.html | 22 +- .../examples_flat_default/prefixItems.html | 18 +- .../examples_flat_default/recursive.html | 12 +- .../recursive_array.html | 16 +- .../recursive_full_schema.html | 22 +- .../recursive_full_schema_simple.html | 6 +- .../recursive_parent_in_definition.html | 12 +- .../recursive_two_files.html | 14 +- .../recursive_two_files2.html | 4 +- .../examples_flat_default/ref_merge.html | 16 +- .../ref_with_other_elements.html | 22 +- .../examples_flat_default/ref_with_tabs.html | 572 ++--- .../examples_flat_default/reference_int.html | 8 +- .../examples_flat_default/references.html | 48 +- .../examples_flat_default/references_url.html | 6 +- .../references_url_two_levels.html | 14 +- .../references_url_yaml.html | 18 +- .../required_properties_order.html | 8 +- .../single_element_allOf.html | 8 +- .../top_level_array.html | 12 +- .../top_level_combining.html | 18 +- .../type_object_null.html | 8 +- .../examples_flat_default/with_default.html | 16 +- .../with_definitions.html | 22 +- .../with_descriptions.html | 34 +- .../examples_flat_default/with_examples.html | 32 +- .../examples_flat_default/with_keywords.html | 30 +- .../with_special_chars.html | 20 +- .../with_urlencoded_anchor.html | 16 +- .../examples_js_default/Configuration.html | 600 +++-- .../additional_properties.html | 172 +- .../anyOf_option_names.html | 44 +- docs/examples/examples_js_default/array.html | 98 +- .../array_additionalItems.html | 88 +- .../examples_js_default/array_advanced.html | 60 +- .../examples_js_default/array_example.html | 38 +- .../array_items_draft_2020_12.html | 22 +- docs/examples/examples_js_default/basic.html | 98 +- .../examples_js_default/break_on_newline.html | 30 +- .../examples_js_default/broken_ref.html | 50 +- .../examples_js_default/circular.html | 50 +- .../examples_js_default/combining_not.html | 30 +- .../examples_js_default/combining_oneOf.html | 44 +- .../examples_js_default/complex_const.html | 22 +- .../conditional_subschema.html | 122 +- .../conditional_subschema_no_else.html | 204 +- .../examples_js_default/defaults.html | 50 +- .../examples_js_default/deprecated.html | 110 +- .../description_from_ref.html | 54 +- .../description_markdown.html | 10 +- .../description_with_ref.html | 74 +- .../empty_property_name.html | 30 +- .../examples_js_default/enumofnone.html | 30 +- docs/examples/examples_js_default/geo.html | 54 +- .../html_in_description.html | 74 +- .../examples_js_default/html_in_patterns.html | 30 +- .../examples_js_default/long_description.html | 32 +- .../examples_js_default/multiple_types.html | 90 +- .../pattern_properties.html | 110 +- .../pattern_properties_html_id.html | 110 +- .../examples_js_default/prefixItems.html | 42 +- .../examples_js_default/recursive.html | 54 +- .../examples_js_default/recursive_array.html | 58 +- .../recursive_full_schema.html | 118 +- .../recursive_full_schema_simple.html | 30 +- .../recursive_parent_in_definition.html | 90 +- .../recursive_two_files.html | 74 +- .../recursive_two_files2.html | 10 +- .../examples_js_default/ref_merge.html | 90 +- .../ref_with_other_elements.html | 82 +- .../examples_js_default/ref_with_tabs.html | 2130 ++++++++--------- .../examples_js_default/reference_int.html | 50 +- .../examples_js_default/references.html | 358 ++- .../examples_js_default/references_url.html | 30 +- .../references_url_two_levels.html | 74 +- .../references_url_yaml.html | 90 +- .../required_properties_order.html | 50 +- .../single_element_allOf.html | 50 +- .../examples_js_default/top_level_array.html | 18 +- .../top_level_combining.html | 24 +- .../examples_js_default/type_object_null.html | 50 +- .../examples_js_default/with_default.html | 76 +- .../examples_js_default/with_definitions.html | 130 +- .../with_descriptions.html | 178 +- .../examples_js_default/with_examples.html | 110 +- .../examples_js_default/with_keywords.html | 230 +- .../with_special_chars.html | 134 +- .../with_urlencoded_anchor.html | 110 +- .../Configuration.html | 600 +++-- .../additional_properties.html | 172 +- .../anyOf_option_names.html | 44 +- .../examples_js_offline_default/array.html | 98 +- .../array_additionalItems.html | 88 +- .../array_advanced.html | 60 +- .../array_example.html | 38 +- .../array_items_draft_2020_12.html | 22 +- .../examples_js_offline_default/basic.html | 98 +- .../break_on_newline.html | 30 +- .../broken_ref.html | 50 +- .../examples_js_offline_default/circular.html | 50 +- .../combining_not.html | 30 +- .../combining_oneOf.html | 44 +- .../complex_const.html | 22 +- .../conditional_subschema.html | 122 +- .../conditional_subschema_no_else.html | 204 +- .../css/bootstrap-4.3.1.min.css | 7 - .../css/bootstrap-5.3.3.min.css | 6 + .../examples_js_offline_default/defaults.html | 50 +- .../deprecated.html | 110 +- .../description_from_ref.html | 54 +- .../description_markdown.html | 10 +- .../description_with_ref.html | 74 +- .../empty_property_name.html | 30 +- .../enumofnone.html | 30 +- .../examples_js_offline_default/geo.html | 54 +- .../html_in_description.html | 74 +- .../html_in_patterns.html | 30 +- .../js/bootstrap-4.3.1.min.js | 7 - .../js/bootstrap-5.3.3.bundle.min.js | 7 + .../long_description.html | 32 +- .../multiple_types.html | 90 +- .../pattern_properties.html | 110 +- .../pattern_properties_html_id.html | 110 +- .../prefixItems.html | 42 +- .../recursive.html | 54 +- .../recursive_array.html | 58 +- .../recursive_full_schema.html | 118 +- .../recursive_full_schema_simple.html | 30 +- .../recursive_parent_in_definition.html | 90 +- .../recursive_two_files.html | 74 +- .../recursive_two_files2.html | 10 +- .../ref_merge.html | 90 +- .../ref_with_other_elements.html | 82 +- .../ref_with_tabs.html | 2130 ++++++++--------- .../reference_int.html | 50 +- .../references.html | 358 ++- .../references_url.html | 30 +- .../references_url_two_levels.html | 74 +- .../references_url_yaml.html | 90 +- .../required_properties_order.html | 50 +- .../single_element_allOf.html | 50 +- .../top_level_array.html | 18 +- .../top_level_combining.html | 24 +- .../type_object_null.html | 50 +- .../with_default.html | 76 +- .../with_definitions.html | 130 +- .../with_descriptions.html | 178 +- .../with_examples.html | 110 +- .../with_keywords.html | 230 +- .../with_special_chars.html | 134 +- .../with_urlencoded_anchor.html | 110 +- json_schema_for_humans/const.py | 4 +- json_schema_for_humans/jinja_filters.py | 7 +- .../templates/flat/base.html | 2 +- .../templates/flat/content.html | 6 +- .../templates/flat/macro_restriction.html | 2 +- .../templates/flat/section_array.html | 2 +- .../flat/section_conditional_subschema.html | 6 +- .../templates/flat/section_examples.html | 4 +- .../templates/flat/section_properties.html | 6 +- .../templates/flat/tabbed_section.html | 2 +- json_schema_for_humans/templates/js/base.html | 8 +- .../templates/js/content.html | 8 +- .../templates/js/macro_restriction.html | 2 +- .../templates/js/section_array.html | 2 +- .../js/section_conditional_subschema.html | 6 +- .../templates/js/section_description.html | 2 +- .../templates/js/section_examples.html | 4 +- .../templates/js/section_properties.html | 52 +- .../templates/js/tabbed_section.html | 2 +- .../templates/js_offline/base.html | 8 +- .../templates/js_offline/content.html | 8 +- .../js_offline/css/bootstrap-4.3.1.min.css | 7 - .../js_offline/css/bootstrap-5.3.3.min.css | 6 + .../js_offline/js/bootstrap-4.3.1.min.js | 7 - .../js/bootstrap-5.3.3.bundle.min.js | 7 + .../js_offline/macro_restriction.html | 2 +- .../templates/js_offline/section_array.html | 2 +- .../section_conditional_subschema.html | 6 +- .../js_offline/section_description.html | 2 +- .../js_offline/section_examples.html | 4 +- .../js_offline/section_properties.html | 52 +- .../templates/js_offline/tabbed_section.html | 2 +- poetry.lock | 2 +- pyproject.toml | 2 +- tests/generate_test.py | 8 +- tests/html_schema_doc_asserts.py | 2 +- 218 files changed, 7511 insertions(+), 8712 deletions(-) delete mode 100644 docs/examples/examples_js_offline_default/css/bootstrap-4.3.1.min.css create mode 100644 docs/examples/examples_js_offline_default/css/bootstrap-5.3.3.min.css delete mode 100644 docs/examples/examples_js_offline_default/js/bootstrap-4.3.1.min.js create mode 100644 docs/examples/examples_js_offline_default/js/bootstrap-5.3.3.bundle.min.js delete mode 100644 json_schema_for_humans/templates/js_offline/css/bootstrap-4.3.1.min.css create mode 100644 json_schema_for_humans/templates/js_offline/css/bootstrap-5.3.3.min.css delete mode 100644 json_schema_for_humans/templates/js_offline/js/bootstrap-4.3.1.min.js create mode 100644 json_schema_for_humans/templates/js_offline/js/bootstrap-5.3.3.bundle.min.js diff --git a/.gitignore b/.gitignore index f7731804..f3ade006 100644 --- a/.gitignore +++ b/.gitignore @@ -152,4 +152,6 @@ tmp **/.DS_Store # npm stuff -node_modules/ \ No newline at end of file +node_modules/ + +config.json \ No newline at end of file diff --git a/docs/examples/examples_flat_default/Configuration.html b/docs/examples/examples_flat_default/Configuration.html index ae40f57c..cd158356 100644 --- a/docs/examples/examples_flat_default/Configuration.html +++ b/docs/examples/examples_flat_default/Configuration.html @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@

JSON Schema for Humans configuration file

- Type: object
+ Type: object
@@ -57,7 +57,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - description_is_markdownType: boolean Default: true
+ description_is_markdownType: boolean Default: true
@@ -96,7 +96,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - description_safe_modeType: enum (of null or string) Default: "escape"
+ description_safe_modeType: enum (of null or string) Default: "escape"
@@ -145,7 +145,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - expand_buttonsType: boolean Default: false
+ expand_buttonsType: boolean Default: false
@@ -183,7 +183,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - show_breadcrumbsType: boolean Default: true
+ show_breadcrumbsType: boolean Default: true
@@ -221,7 +221,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - collapse_long_descriptionsType: boolean Default: true
+ collapse_long_descriptionsType: boolean Default: true
@@ -259,7 +259,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - collapse_long_examplesType: boolean Default: true
+ collapse_long_examplesType: boolean Default: true
@@ -297,7 +297,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - link_to_reused_refType: boolean Default: true
+ link_to_reused_refType: boolean Default: true
@@ -337,7 +337,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - recursive_detection_depthType: integer Default: 25
+ recursive_detection_depthType: integer Default: 25
@@ -380,7 +380,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - deprecated_from_descriptionType: boolean Default: false
+ deprecated_from_descriptionType: boolean Default: false
@@ -418,7 +418,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - default_from_descriptionType: boolean Default: false
+ default_from_descriptionType: boolean Default: false
@@ -458,7 +458,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - copy_cssType: boolean Default: true
+ copy_cssType: boolean Default: true
@@ -496,7 +496,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - copy_jsType: boolean Default: true
+ copy_jsType: boolean Default: true
@@ -536,7 +536,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - template_nameType: enum (of string) Default: "js"
+ template_nameType: enum (of string) Default: "js"
@@ -587,7 +587,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - custom_template_pathType: string Default: null
+ custom_template_pathType: string Default: null
@@ -629,7 +629,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - show_tocType: boolean Default: true
+ show_tocType: boolean Default: true
@@ -667,7 +667,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - examples_as_yamlType: boolean Default: false
+ examples_as_yamlType: boolean Default: false
@@ -705,7 +705,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - old_anchor_linksType: boolean Default: false
+ old_anchor_linksType: boolean Default: false
@@ -745,7 +745,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - markdown_optionsType: object Default: {"fenced-code-blocks": {"cssclass": "highlight jumbotron"}, "tables": null, "breaks": {"on_newline": true, "on_backslash": true}}
+ markdown_optionsType: object Default: {"fenced-code-blocks": {"cssclass": "highlight jumbotron"}, "tables": null, "breaks": {"on_newline": true, "on_backslash": true}}
@@ -766,14 +766,14 @@


-
Example:
-
{
-    "fenced-code-blocks": {
-        "cssclass": "highlight jumbotron"
+
Example:
+
{
+    "fenced-code-blocks": {
+        "cssclass": "highlight jumbotron"
     },
-    "tables": null,
-    "break-on-newline": true,
-    "cuddled-lists": true
+    "tables": null,
+    "break-on-newline": true,
+    "cuddled-lists": true
 }
 
@@ -795,7 +795,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - template_md_options

Type: object
+ template_md_options
Type: object
@@ -838,7 +838,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - badge_as_imageType: boolean Default: false
+ badge_as_imageType: boolean Default: false
@@ -885,7 +885,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - show_heading_numbersType: boolean Default: true
+ show_heading_numbersType: boolean Default: true
@@ -932,7 +932,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - show_array_restrictionsType: boolean Default: true
+ show_array_restrictionsType: boolean Default: true
@@ -979,7 +979,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - properties_table_columnsType: array of enum (of string)
+ properties_table_columnsType: array of enum (of string)
@@ -1000,7 +1000,7 @@

- No Additional Items

Each item of this array must be:

+ No Additional Items

Each item of this array must be:

@@ -1026,7 +1026,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - properties_table_columns items

Type: enum (of string)
+ properties_table_columns items
Type: enum (of string)
@@ -1070,7 +1070,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - with_footerType: boolean Default: true
+ with_footerType: boolean Default: true
@@ -1108,7 +1108,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - footer_show_timeType: boolean Default: true
+ footer_show_timeType: boolean Default: true
@@ -1134,7 +1134,7 @@

@@ -1146,7 +1146,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - allow_html_description

Type: boolean Default: false
+ allow_html_descriptionType: boolean Default: false
@@ -1172,7 +1172,7 @@

- minify Deprecated

+ minify Deprecated

@@ -1184,7 +1184,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - minify

Type: boolean Default: true
+ minifyType: boolean Default: true
@@ -1210,7 +1210,7 @@

- templates_directory Deprecated

+ templates_directory Deprecated

@@ -1222,7 +1222,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - templates_directory

Type: string
+ templates_directoryType: string
diff --git a/docs/examples/examples_flat_default/additional_properties.html b/docs/examples/examples_flat_default/additional_properties.html index 3c3b0706..34a6aede 100644 --- a/docs/examples/examples_flat_default/additional_properties.html +++ b/docs/examples/examples_flat_default/additional_properties.html @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@

Person

- Type: object
+ Type: object
@@ -48,7 +48,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - subType1Type: object
+ subType1Type: object
@@ -61,7 +61,7 @@

- No Additional Properties + No Additional Properties @@ -91,7 +91,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - subProp1Type: number
+ subProp1Type: number
@@ -130,7 +130,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - subType2Type: object
+ subType2Type: object
@@ -173,7 +173,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - subProp2Type: number
+ subProp2Type: number
@@ -217,7 +217,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - additionalPropertiesType: object
+ additionalPropertiesType: object
@@ -256,7 +256,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - anIntType: integer
+ anIntType: integer
@@ -294,7 +294,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - additionalPropertiesType: object
+ additionalPropertiesType: object
@@ -337,7 +337,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - propAType: number
+ propAType: number
diff --git a/docs/examples/examples_flat_default/anyOf_option_names.html b/docs/examples/examples_flat_default/anyOf_option_names.html index 5cb4dc6d..c6059e15 100644 --- a/docs/examples/examples_flat_default/anyOf_option_names.html +++ b/docs/examples/examples_flat_default/anyOf_option_names.html @@ -4,14 +4,14 @@ - + Schema Docs - Type: object
+ Type: object
@@ -35,7 +35,7 @@

- storage Required

+ storage Required

@@ -64,7 +64,7 @@

Type: object
@@ -112,7 +112,7 @@

diskDevi

-

diskUUID

+

diskUUID

Type: object
+ diskUUID
Type: object
@@ -160,7 +160,7 @@

diskUUID Type: object
@@ -206,7 +206,7 @@

Option 3
-

tmpfs

+

tmpfs

@@ -231,7 +231,7 @@

tmpfs - tmpfs

Type: object
+ tmpfs
Type: object
diff --git a/docs/examples/examples_flat_default/array.html b/docs/examples/examples_flat_default/array.html index 382b2f1d..041d5325 100644 --- a/docs/examples/examples_flat_default/array.html +++ b/docs/examples/examples_flat_default/array.html @@ -4,14 +4,14 @@ - + Schema Docs - Type: object
+ Type: object
@@ -47,7 +47,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - fruitsType: array of string
+ fruitsType: array of string
@@ -65,7 +65,7 @@

- No Additional Items

Each item of this array must be:

+ No Additional Items

Each item of this array must be:

@@ -84,7 +84,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - fruits items

Type: string
+ fruits items
Type: string
@@ -123,7 +123,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - vegetablesType: array
+ vegetablesType: array
@@ -141,7 +141,7 @@

- No Additional Items

Each item of this array must be:

+ No Additional Items

Each item of this array must be:

@@ -160,7 +160,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - veggie

Type: object
+ veggie
Type: object
@@ -185,7 +185,7 @@

- veggieName Required

+ veggieName Required

@@ -211,7 +211,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - veggieName

Type: string
+ veggieNameType: string
@@ -237,7 +237,7 @@

- veggieLike Required

+ veggieLike Required

@@ -263,7 +263,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - veggieLike

Type: boolean
+ veggieLikeType: boolean
diff --git a/docs/examples/examples_flat_default/array_additionalItems.html b/docs/examples/examples_flat_default/array_additionalItems.html index 51b2d56f..23b91907 100644 --- a/docs/examples/examples_flat_default/array_additionalItems.html +++ b/docs/examples/examples_flat_default/array_additionalItems.html @@ -4,14 +4,14 @@ - + Schema Docs - Type: object
+ Type: object
@@ -47,7 +47,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - addressType: array
+ addressType: array
@@ -86,7 +86,7 @@

Item at 1 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - a numberType: number
+ a numberType: number
@@ -127,7 +127,7 @@
Item at 2 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - address item 1Type: string
+ address item 1Type: string
@@ -169,7 +169,7 @@
Item at 3 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - again a stringType: enum (of string)
+ again a stringType: enum (of string)
@@ -213,7 +213,7 @@
Item at 4 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - finally an enumType: enum (of string)
+ finally an enumType: enum (of string)
@@ -238,9 +238,9 @@

Must be one of:


-
Example:
+
Example:

[
-    1600,
+    1600,
     "Pennsylvania",
     "Avenue",
     "NW",
@@ -266,7 +266,7 @@ 

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - addressLines

Type: array
+ addressLines
Type: array
@@ -285,7 +285,7 @@

- No Additional Items

Tuple Validation

+ No Additional Items

Tuple Validation

Item at 1 must be:
@@ -306,7 +306,7 @@
Item at 1 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - addressLines item 0
Type: string
+ addressLines item 0Type: string
@@ -346,7 +346,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - arrayEmptyType: array
+ arrayEmptyType: array
@@ -365,7 +365,7 @@

- No Additional Items + No Additional Items diff --git a/docs/examples/examples_flat_default/array_advanced.html b/docs/examples/examples_flat_default/array_advanced.html index 915bac58..f64d2631 100644 --- a/docs/examples/examples_flat_default/array_advanced.html +++ b/docs/examples/examples_flat_default/array_advanced.html @@ -4,14 +4,14 @@ - + Schema Docs - Type: object
+ Type: object
@@ -47,7 +47,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - fruitsType: array of string
+ fruitsType: array of string
@@ -66,7 +66,7 @@

-

Must contain a minimum of 5 items

Must contain a maximum of 8 items

All items must be unique

No Additional Items

Each item of this array must be:

+

Must contain a minimum of 5 items

Must contain a maximum of 8 items

All items must be unique

No Additional Items

Each item of this array must be:

@@ -85,7 +85,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - fruits items

Type: string
+ fruits items
Type: string
@@ -124,7 +124,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - vegetablesType: array
+ vegetablesType: array
@@ -142,7 +142,7 @@

- No Additional Items

Each item of this array must be:

+ No Additional Items

Each item of this array must be:

@@ -161,7 +161,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - vegetables items

Type: object
+ vegetables items
Type: object
@@ -200,7 +200,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - containsType: const
+ containsType: const
diff --git a/docs/examples/examples_flat_default/array_example.html b/docs/examples/examples_flat_default/array_example.html index 914dfd61..01c1590e 100644 --- a/docs/examples/examples_flat_default/array_example.html +++ b/docs/examples/examples_flat_default/array_example.html @@ -4,14 +4,14 @@ - + Schema Docs - Type: object
+ Type: object
@@ -47,7 +47,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - fruitsType: array of string
+ fruitsType: array of string
@@ -65,7 +65,7 @@

- No Additional Items

Each item of this array must be:

+ No Additional Items

Each item of this array must be:

@@ -84,7 +84,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - fruits items

Type: string
+ fruits items
Type: string
@@ -103,13 +103,13 @@


-
Example:
+
Example:

"apple"
 

-
Example:
+
Example:

[
     "apple",
     "banana"
diff --git a/docs/examples/examples_flat_default/array_items_draft_2020_12.html b/docs/examples/examples_flat_default/array_items_draft_2020_12.html
index 73a5d7b3..a4f6d934 100644
--- a/docs/examples/examples_flat_default/array_items_draft_2020_12.html
+++ b/docs/examples/examples_flat_default/array_items_draft_2020_12.html
@@ -4,14 +4,14 @@
 
 
     
-    
+    
 	
     
     Schema Docs
 
 
 
-    Type: array
+ Type: array
@@ -29,7 +29,7 @@ - No Additional Items

Tuple Validation

+ No Additional Items

Tuple Validation

Item at 1 must be:
@@ -43,7 +43,7 @@
Item at 1 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - root item 0
Type: number
+ root item 0
Type: number
@@ -77,7 +77,7 @@
Item at 2 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - root item 1
Type: string
+ root item 1Type: string
@@ -111,7 +111,7 @@

Item at 3 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - root item 2Type: enum (of string)
+ root item 2Type: enum (of string)
@@ -148,7 +148,7 @@
Item at 4 must be:
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - root item 3Type: enum (of string)
+ root item 3Type: enum (of string)
@@ -184,7 +184,7 @@

All other items must be:

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - root additional itemsType: string
+ root additional itemsType: string
diff --git a/docs/examples/examples_flat_default/basic.html b/docs/examples/examples_flat_default/basic.html index 85a70b92..1d33d38a 100644 --- a/docs/examples/examples_flat_default/basic.html +++ b/docs/examples/examples_flat_default/basic.html @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@

Person

- Type: object
+ Type: object
@@ -48,7 +48,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - firstNameType: string
+ firstNameType: string
@@ -86,7 +86,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - lastNameType: string
+ lastNameType: string
@@ -124,7 +124,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - ageType: integer
+ ageType: integer
@@ -141,7 +141,7 @@

-

Value must be greater or equal to 0

+

Value must be greater or equal to 0

@@ -179,7 +179,7 @@

-

no driver licence

+

no driver licence

@@ -204,7 +204,7 @@

- no driver licence

Type: null
+ no driver licence
Type: null
@@ -225,7 +225,7 @@

-

driver licence id

+

driver licence id

@@ -250,7 +250,7 @@

- driver licence id

Type: string
+ driver licence idType: string
diff --git a/docs/examples/examples_flat_default/break_on_newline.html b/docs/examples/examples_flat_default/break_on_newline.html index 7856ad17..6cc95d21 100644 --- a/docs/examples/examples_flat_default/break_on_newline.html +++ b/docs/examples/examples_flat_default/break_on_newline.html @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@

Hello

- Type: object
+ Type: object
@@ -48,7 +48,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - property1Type: string
+ property1Type: string
diff --git a/docs/examples/examples_flat_default/broken_ref.html b/docs/examples/examples_flat_default/broken_ref.html index bdbcf7f2..dc1d2628 100644 --- a/docs/examples/examples_flat_default/broken_ref.html +++ b/docs/examples/examples_flat_default/broken_ref.html @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@

Person

- Type: object
+ Type: object
@@ -48,7 +48,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - firstNameType: string
+ firstNameType: string
@@ -86,7 +86,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - lastNameType: object
+ lastNameType: object
diff --git a/docs/examples/examples_flat_default/circular.html b/docs/examples/examples_flat_default/circular.html index 4e47bf8d..46bd73b4 100644 --- a/docs/examples/examples_flat_default/circular.html +++ b/docs/examples/examples_flat_default/circular.html @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@

Circular reference Schema

- Type: object
+ Type: object
@@ -48,7 +48,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - personType: object
+ personType: object
@@ -92,7 +92,7 @@

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - a1Type: string Default: "Default from c"
+ a1Type: string Default: "Default from c"
diff --git a/docs/examples/examples_flat_default/combining_not.html b/docs/examples/examples_flat_default/combining_not.html index 59b54aeb..86e76767 100644 --- a/docs/examples/examples_flat_default/combining_not.html +++ b/docs/examples/examples_flat_default/combining_not.html @@ -4,14 +4,14 @@ - + Schema Docs - Type: object
+ Type: object
@@ -35,7 +35,7 @@

- not_a_string Required

+ not_a_string Required

@@ -79,7 +79,7 @@

Must not be:

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - not
Type: string
+ notType: string
diff --git a/docs/examples/examples_flat_default/combining_oneOf.html b/docs/examples/examples_flat_default/combining_oneOf.html index d6dd1458..5e78b8ef 100644 --- a/docs/examples/examples_flat_default/combining_oneOf.html +++ b/docs/examples/examples_flat_default/combining_oneOf.html @@ -4,14 +4,14 @@ - + Schema Docs - Type: object
+ Type: object
@@ -35,7 +35,7 @@

- storage Required

+ storage Required
-

diskUUID

+

diskUUID

Type: object
+ diskUUID
Type: object
@@ -160,7 +160,7 @@

diskUUID
-

nfs

+

nfs

@@ -185,7 +185,7 @@

nfs< d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - nfs

Type: object
+ nfs
Type: object
@@ -208,7 +208,7 @@

nfs<
-

tmpfs

+

tmpfs

@@ -233,7 +233,7 @@

tmpfs - tmpfs

Type: object
+ tmpfs
Type: object
diff --git a/docs/examples/examples_flat_default/complex_const.html b/docs/examples/examples_flat_default/complex_const.html index f141b4c8..7b7bcf17 100644 --- a/docs/examples/examples_flat_default/complex_const.html +++ b/docs/examples/examples_flat_default/complex_const.html @@ -4,7 +4,7 @@ - + Schema Docs @@ -28,7 +28,7 @@

-

1st constant

+

1st constant

@@ -46,7 +46,7 @@

1st constant

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - 1st constant
Type: const
+ 1st constant
Type: const
@@ -70,7 +70,7 @@

1st constant

-

2nd constant

+

2nd constant

@@ -88,7 +88,7 @@

2nd constant

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - 2nd constant
Type: const
+ 2nd constant
Type: const
@@ -112,7 +112,7 @@

2nd constant

-

0

+

0

@@ -130,7 +130,7 @@

0

d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" /> - 0
Type: const
+ 0
Type: const
@@ -156,7 +156,7 @@

0

- No Additional Items + No Additional Items