From 62880253f6fa5a79aa26fc67453f9699ddf13404 Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Fri, 17 Jan 2020 13:26:11 +0100 Subject: [PATCH 1/5] feat: added json of type key exception --- schemas/Button.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 schemas/Button.json diff --git a/schemas/Button.json b/schemas/Button.json new file mode 100644 index 0000000..6777e86 --- /dev/null +++ b/schemas/Button.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "$id": "http://www.example.com/schemas/components/Button.json", + + "type": "object", + "title": "Button", + "description": "Renders a Button.", + + "additionalProperties": false, + "properties": { + "properties": { + "type": "object", + "title": "Properties", + "description": "Properties of Button.", + + "additionalProperties": false, + "properties": { + "type": { + "type": "string", + "enum": ["button", "submit", "reset"], + "title": "Type", + "description": "The type of the Button (not used for anchors)." + } + } + } + } + } + \ No newline at end of file From 36075deccddfbe08b1a83494f9a617fc29cdb2c0 Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Fri, 17 Jan 2020 13:26:36 +0100 Subject: [PATCH 2/5] chore: generate docs --- docs/Button.json | 1 + docs/README.md | 2 ++ docs/button.md | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 docs/Button.json create mode 100644 docs/button.md diff --git a/docs/Button.json b/docs/Button.json new file mode 100644 index 0000000..c676f91 --- /dev/null +++ b/docs/Button.json @@ -0,0 +1 @@ +{"$schema":"http://json-schema.org/draft-04/schema#","$id":"http://www.example.com/schemas/components/Button.json","type":"object","title":"Button","description":"Renders a Button.","additionalProperties":false,"properties":{"properties":{"type":"object","title":"Properties","description":"Properties of Button.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["button","submit","reset"],"title":"Type","description":"The type of the Button (not used for anchors)."}}}}} diff --git a/docs/README.md b/docs/README.md index db3d0a6..4fc80d4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,7 @@ ## Top-level Schemas +- [Button](./button.md "Renders a Button") – `http://www.example.com/schemas/components/Button.json` - [Untitled object in undefined](./a.md) – `http://www.axa.ch/schemas/a.json` - [Untitled object in undefined](./c.md) – `http://www.axa.ch/schemas/c.json` - [Untitled object in undefined](./node.md) – `http://www.axa.ch/schemas/node.json` @@ -11,6 +12,7 @@ ### Objects +- [Properties](./button-properties-properties.md "Properties of Button") – `http://www.example.com/schemas/components/Button.json#/properties/properties` - [Untitled object in undefined](./a-properties-children-items-anyof-1.md) – `http://www.axa.ch/schemas/c.json#/properties/children/items/anyOf/1` ### Arrays diff --git a/docs/button.md b/docs/button.md new file mode 100644 index 0000000..87cb6f6 --- /dev/null +++ b/docs/button.md @@ -0,0 +1,38 @@ +# Button Schema + +```txt +http://www.example.com/schemas/components/Button.json +``` + +Renders a Button. + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ------------------------------------------------- | +| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | [Button.json](Button.json "open original schema") | + +## Button Type + +`object` ([Button](button.md)) + +# Button Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | -------- | -------- | -------------- | :---------------------------------------------------------------------------------------------------------------------------- | +| [properties](#properties) | `object` | Optional | cannot be null | [Button](button-properties-properties.md "http://www.example.com/schemas/components/Button.json#/properties/properties") | + +## properties + +Properties of Button. + + +`properties` + +- is optional +- Type: `object` ([Properties](button-properties-properties.md)) +- cannot be null +- defined in: [Button](button-properties-properties.md "http://www.example.com/schemas/components/Button.json#/properties/properties") + +### properties Type + +`object` ([Properties](button-properties-properties.md)) From cbf3b8f2f977dd98e632eb4af1d5bed2ac984c73 Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Mon, 20 Jan 2020 18:09:40 +0100 Subject: [PATCH 3/5] fix: upgraded @adobe/jsonschema2md to 4.0.9 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 061637e..c620dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,9 +21,9 @@ } }, "@adobe/jsonschema2md": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@adobe/jsonschema2md/-/jsonschema2md-4.0.3.tgz", - "integrity": "sha512-aHww+4HCX0Vrux4B01TUn/Srb+pu00ssiZNSyaB+kcQ1PMv7O5zrdH0BJkFYNzF7RmfSp/k4EPk9EsMUegXp/g==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@adobe/jsonschema2md/-/jsonschema2md-4.0.9.tgz", + "integrity": "sha512-2FA/UmjwLt9h7aAUwPg8T+hAjYE2dFJjHnGysFhNV0MVo8IvYLG0vhaZAOzt8GqjuLXnhitUwiv/YinMFn1sNQ==", "dev": true, "requires": { "@adobe/helix-log": "^4.4.0", @@ -317,9 +317,9 @@ "dev": true }, "es-abstract": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.0.tgz", - "integrity": "sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==", + "version": "1.17.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.3.tgz", + "integrity": "sha512-AwiVPKf3sKGMoWtFw0J7Y4MTZ4Iek67k4COWOwHqS8B9TOZ71DCfcoBmdamy8Y6mj4MDz0+VNUpC2HKHFHA3pg==", "dev": true, "requires": { "es-to-primitive": "^1.2.1", @@ -347,9 +347,9 @@ } }, "es2015-i18n-tag": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/es2015-i18n-tag/-/es2015-i18n-tag-1.6.1.tgz", - "integrity": "sha512-MYoh9p+JTkgnzBh0MEBON6xUyzdmwT6wzsmmFJvZujGSXiI2kM+3XvFl6+AcIO2eeL6VWgtX9szSiDTMwDxyYA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/es2015-i18n-tag/-/es2015-i18n-tag-1.6.2.tgz", + "integrity": "sha512-MzdwtSBwzLODNbkeFgjtDQZtEEshTENySofkNVENlazHC+H2/rTel2Drl21WaFho4Fdvfo5IEYxbm/JYy3F8hA==", "dev": true }, "escape-string-regexp": { @@ -371,9 +371,9 @@ "dev": true }, "ferrum": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/ferrum/-/ferrum-1.5.0.tgz", - "integrity": "sha512-yTooIyzJOXDRXY/ROvKBw3dgLOBMxJuI2boZvpITdQ7hVB7z89tw+4w66EJjnGpbTDnPanjnYn3aW9E5ZoPmSg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ferrum/-/ferrum-1.7.0.tgz", + "integrity": "sha512-Ycr5nz/Pj7HsIqx+dZgAq27nq35bSzNzwsUbc4vFPl9PG1OgrzwDH57noH6blT7gh1XzKnqEYGrSYDU+4Vy2VA==", "dev": true, "requires": { "lodash.isplainobject": "4.0.6" @@ -1289,9 +1289,9 @@ "dev": true }, "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "dev": true }, "vfile": { diff --git a/package.json b/package.json index a1b4429..5ff7318 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "@adobe/jsonschema2md": "^4.0.3" + "@adobe/jsonschema2md": "^4.0.9" } } From e903e73530b98fed64f7bcceecaa603e46a7564e Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Tue, 21 Jan 2020 10:34:40 +0100 Subject: [PATCH 4/5] fix: upgraded @adobe/jsonschema2md to 4.0.10 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c620dcf..7ea655e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,13 +21,13 @@ } }, "@adobe/jsonschema2md": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@adobe/jsonschema2md/-/jsonschema2md-4.0.9.tgz", - "integrity": "sha512-2FA/UmjwLt9h7aAUwPg8T+hAjYE2dFJjHnGysFhNV0MVo8IvYLG0vhaZAOzt8GqjuLXnhitUwiv/YinMFn1sNQ==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/@adobe/jsonschema2md/-/jsonschema2md-4.0.10.tgz", + "integrity": "sha512-OeviGd1XufbwqOpUsytwY2qun9U24rk/D3z9VZiH0VRXBVG/rvRS9f2J/x5lqYbt8txg3rt9b5gxMnWS3O4CaQ==", "dev": true, "requires": { "@adobe/helix-log": "^4.4.0", - "es2015-i18n-tag": "^1.6.1", + "es2015-i18n-tag": "1.6.1", "ferrum": "^1.4.1", "fs-extra": "^8.1.0", "github-slugger": "^1.2.1", @@ -347,9 +347,9 @@ } }, "es2015-i18n-tag": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/es2015-i18n-tag/-/es2015-i18n-tag-1.6.2.tgz", - "integrity": "sha512-MzdwtSBwzLODNbkeFgjtDQZtEEshTENySofkNVENlazHC+H2/rTel2Drl21WaFho4Fdvfo5IEYxbm/JYy3F8hA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/es2015-i18n-tag/-/es2015-i18n-tag-1.6.1.tgz", + "integrity": "sha512-MYoh9p+JTkgnzBh0MEBON6xUyzdmwT6wzsmmFJvZujGSXiI2kM+3XvFl6+AcIO2eeL6VWgtX9szSiDTMwDxyYA==", "dev": true }, "escape-string-regexp": { diff --git a/package.json b/package.json index 5ff7318..d33850c 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "@adobe/jsonschema2md": "^4.0.9" + "@adobe/jsonschema2md": "^4.0.10" } } From a95f08dd01620bba046e04b28068991f1ed678d1 Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Tue, 21 Jan 2020 10:35:03 +0100 Subject: [PATCH 5/5] chore: rebuild docs --- docs/README.md | 4 +- docs/a-properties-children-items-anyof-1.md | 12 +-- ...n-properties-properties-properties-type.md | 26 +++++ ...button-properties-properties-properties.md | 16 +++ docs/button-properties-properties.md | 48 +++++++++ docs/button-properties.md | 102 ++++++++++++++++++ docs/c-properties-children-items-anyof-2.md | 16 +++ docs/c-properties-children-items.md | 22 ++++ docs/c-properties-children.md | 16 +++ docs/c-properties.md | 16 +++ docs/c.md | 12 +-- 11 files changed, 276 insertions(+), 14 deletions(-) create mode 100644 docs/button-properties-properties-properties-type.md create mode 100644 docs/button-properties-properties-properties.md create mode 100644 docs/button-properties-properties.md create mode 100644 docs/button-properties.md create mode 100644 docs/c-properties-children-items-anyof-2.md create mode 100644 docs/c-properties-children-items.md create mode 100644 docs/c-properties-children.md create mode 100644 docs/c-properties.md diff --git a/docs/README.md b/docs/README.md index 4fc80d4..e6d6859 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,8 +18,8 @@ ### Arrays - [Untitled array in undefined](./a-properties-children.md) – `http://www.axa.ch/schemas/a.json#/properties/children` -- [Untitled array in undefined](./a-properties-children-items-anyof-1-properties-children.md) – `http://www.axa.ch/schemas/c.json#/properties/children/items/anyOf/1/properties/children` -- [Untitled array in undefined](./a-properties-children-items-anyof-1-properties-children.md) – `http://www.axa.ch/schemas/c.json#/properties/children` +- [Untitled array in undefined](./c-properties-children.md) – `http://www.axa.ch/schemas/c.json#/properties/children` +- [Untitled array in undefined](./c-properties-children.md) – `http://www.axa.ch/schemas/c.json#/properties/children` - [Untitled array in undefined](./node-properties-children.md) – `http://www.axa.ch/schemas/node.json#/properties/children` - [Untitled array in undefined](./node-properties-siblings.md) – `http://www.axa.ch/schemas/node.json#/properties/siblings` diff --git a/docs/a-properties-children-items-anyof-1.md b/docs/a-properties-children-items-anyof-1.md index 6f74d56..7fe38cd 100644 --- a/docs/a-properties-children-items-anyof-1.md +++ b/docs/a-properties-children-items-anyof-1.md @@ -17,9 +17,9 @@ http://www.axa.ch/schemas/c.json#/properties/children/items/anyOf/1 # undefined Properties -| Property | Type | Required | Nullable | Defined by | -| :-------------------- | ------- | -------- | -------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [children](#children) | `array` | Optional | cannot be null | [Untitled schema](a-properties-children-items-anyof-1-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children/items/anyOf/1/properties/children") | +| Property | Type | Required | Nullable | Defined by | +| :-------------------- | ------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------- | +| [children](#children) | `array` | Optional | cannot be null | [Untitled schema](c-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children") | ## children @@ -29,10 +29,10 @@ http://www.axa.ch/schemas/c.json#/properties/children/items/anyOf/1 `children` - is optional -- Type: an array of merged types ([Details](a-properties-children-items-anyof-1-properties-children-items.md)) +- Type: an array of merged types ([Details](c-properties-children-items.md)) - cannot be null -- defined in: [Untitled schema](a-properties-children-items-anyof-1-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children/items/anyOf/1/properties/children") +- defined in: [Untitled schema](c-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children") ### children Type -an array of merged types ([Details](a-properties-children-items-anyof-1-properties-children-items.md)) +an array of merged types ([Details](c-properties-children-items.md)) diff --git a/docs/button-properties-properties-properties-type.md b/docs/button-properties-properties-properties-type.md new file mode 100644 index 0000000..04b5994 --- /dev/null +++ b/docs/button-properties-properties-properties-type.md @@ -0,0 +1,26 @@ +# Type Schema + +```txt +http://www.example.com/schemas/components/Button.json#/properties/properties/properties/type +``` + +The type of the Button (not used for anchors). + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | --------------------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [Button.json\*](Button.json "open original schema") | + +## type Type + +`string` ([Type](button-properties-properties-properties-type.md)) + +## type Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :--------- | ----------- | +| `"button"` | | +| `"submit"` | | +| `"reset"` | | diff --git a/docs/button-properties-properties-properties.md b/docs/button-properties-properties-properties.md new file mode 100644 index 0000000..ebcc741 --- /dev/null +++ b/docs/button-properties-properties-properties.md @@ -0,0 +1,16 @@ +# Untitled undefined type in Button Schema + +```txt +http://www.example.com/schemas/components/Button.json#/properties/properties/properties +``` + + + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | --------------------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [Button.json\*](Button.json "open original schema") | + +## properties Type + +unknown diff --git a/docs/button-properties-properties.md b/docs/button-properties-properties.md new file mode 100644 index 0000000..1290630 --- /dev/null +++ b/docs/button-properties-properties.md @@ -0,0 +1,48 @@ +# Properties Schema + +```txt +http://www.example.com/schemas/components/Button.json#/properties/properties +``` + +Properties of Button. + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | --------------------------------------------------- | +| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | [Button.json\*](Button.json "open original schema") | + +## properties Type + +`object` ([Properties](button-properties-properties.md)) + +# Properties Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [type](#type) | `string` | Optional | cannot be null | [Button](button-properties-properties-properties-type.md "http://www.example.com/schemas/components/Button.json#/properties/properties/properties/type") | + +## type + +The type of the Button (not used for anchors). + + +`type` + +- is optional +- Type: `string` ([Type](button-properties-properties-properties-type.md)) +- cannot be null +- defined in: [Button](button-properties-properties-properties-type.md "http://www.example.com/schemas/components/Button.json#/properties/properties/properties/type") + +### type Type + +`string` ([Type](button-properties-properties-properties-type.md)) + +### type Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :--------- | ----------- | +| `"button"` | | +| `"submit"` | | +| `"reset"` | | diff --git a/docs/button-properties.md b/docs/button-properties.md new file mode 100644 index 0000000..ef97052 --- /dev/null +++ b/docs/button-properties.md @@ -0,0 +1,102 @@ +# Untitled undefined type in Button Schema + +```txt +http://www.example.com/schemas/components/Button.json#/properties +``` + + + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | --------------------------------------------------- | +| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [Button.json\*](Button.json "open original schema") | + +## properties Type + +unknown + +# undefined Properties + +| Property | Type | Required | Nullable | Defined by | +| :-------------------------------------------- | ------------- | -------- | -------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- | +| [type](#type) | Not specified | Optional | cannot be null | [Untitled schema](undefined.md "undefined#undefined") | +| [title](#title) | Not specified | Optional | cannot be null | [Untitled schema](undefined.md "undefined#undefined") | +| [description](#description) | Not specified | Optional | cannot be null | [Untitled schema](undefined.md "undefined#undefined") | +| [additionalProperties](#additionalProperties) | Not specified | Optional | cannot be null | [Untitled schema](undefined.md "undefined#undefined") | +| [properties](#properties) | Unknown Type | Optional | cannot be null | [Button](button-properties-properties-properties.md "http://www.example.com/schemas/components/Button.json#/properties/properties/properties") | + +## type + +no description + +`type` + +- is optional +- Type: unknown +- cannot be null +- defined in: [Untitled schema](undefined.md "undefined#undefined") + +### Untitled schema Type + +unknown + +## title + +no description + +`title` + +- is optional +- Type: unknown +- cannot be null +- defined in: [Untitled schema](undefined.md "undefined#undefined") + +### Untitled schema Type + +unknown + +## description + +no description + +`description` + +- is optional +- Type: unknown +- cannot be null +- defined in: [Untitled schema](undefined.md "undefined#undefined") + +### Untitled schema Type + +unknown + +## additionalProperties + +no description + +`additionalProperties` + +- is optional +- Type: unknown +- cannot be null +- defined in: [Untitled schema](undefined.md "undefined#undefined") + +### Untitled schema Type + +unknown + +## properties + + + + +`properties` + +- is optional +- Type: unknown +- cannot be null +- defined in: [Button](button-properties-properties-properties.md "http://www.example.com/schemas/components/Button.json#/properties/properties/properties") + +### properties Type + +unknown diff --git a/docs/c-properties-children-items-anyof-2.md b/docs/c-properties-children-items-anyof-2.md new file mode 100644 index 0000000..56a0f40 --- /dev/null +++ b/docs/c-properties-children-items-anyof-2.md @@ -0,0 +1,16 @@ +# Untitled schema Schema + +```txt +http://www.axa.ch/schemas/c.json#/properties/children/items/anyOf/2 +``` + + + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ----------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [c.json\*](c.json "open original schema") | + +## 2 Type + +unknown diff --git a/docs/c-properties-children-items.md b/docs/c-properties-children-items.md new file mode 100644 index 0000000..2bdcbc9 --- /dev/null +++ b/docs/c-properties-children-items.md @@ -0,0 +1,22 @@ +# Untitled schema Schema + +```txt +http://www.axa.ch/schemas/c.json#/properties/children/items +``` + + + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ----------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [c.json\*](c.json "open original schema") | + +## items Type + +merged type ([Details](c-properties-children-items.md)) + +any of + +- [Untitled object in undefined](c-properties-children-items-anyof-0.md "check type definition") +- [Untitled string in undefined](a-properties-children-items-anyof-0.md "check type definition") +- [Untitled schema](c-properties-children-items-anyof-2.md "check type definition") diff --git a/docs/c-properties-children.md b/docs/c-properties-children.md new file mode 100644 index 0000000..03c7642 --- /dev/null +++ b/docs/c-properties-children.md @@ -0,0 +1,16 @@ +# Untitled array in undefined Schema + +```txt +http://www.axa.ch/schemas/c.json#/properties/children +``` + + + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ----------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [c.json\*](c.json "open original schema") | + +## children Type + +an array of merged types ([Details](c-properties-children-items.md)) diff --git a/docs/c-properties.md b/docs/c-properties.md new file mode 100644 index 0000000..656eda4 --- /dev/null +++ b/docs/c-properties.md @@ -0,0 +1,16 @@ +# Untitled schema Schema + +```txt +http://www.axa.ch/schemas/c.json#/properties +``` + + + + +| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | +| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ----------------------------------------- | +| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [c.json\*](c.json "open original schema") | + +## properties Type + +unknown diff --git a/docs/c.md b/docs/c.md index 9c6670c..14368b9 100644 --- a/docs/c.md +++ b/docs/c.md @@ -17,9 +17,9 @@ http://www.axa.ch/schemas/c.json # undefined Properties -| Property | Type | Required | Nullable | Defined by | -| :-------------------- | ------- | -------- | -------------- | :----------------------------------------------------------------------------------------------------------------------------------------- | -| [children](#children) | `array` | Optional | cannot be null | [Untitled schema](a-properties-children-items-anyof-1-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children") | +| Property | Type | Required | Nullable | Defined by | +| :-------------------- | ------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------- | +| [children](#children) | `array` | Optional | cannot be null | [Untitled schema](c-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children") | ## children @@ -29,10 +29,10 @@ http://www.axa.ch/schemas/c.json `children` - is optional -- Type: an array of merged types ([Details](a-properties-children-items-anyof-1-properties-children-items.md)) +- Type: an array of merged types ([Details](c-properties-children-items.md)) - cannot be null -- defined in: [Untitled schema](a-properties-children-items-anyof-1-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children") +- defined in: [Untitled schema](c-properties-children.md "http://www.axa.ch/schemas/c.json#/properties/children") ### children Type -an array of merged types ([Details](a-properties-children-items-anyof-1-properties-children-items.md)) +an array of merged types ([Details](c-properties-children-items.md))