diagram | |||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||
type | Object | ||||||
properties |
|
||||||
used by | ProtoDeclare / ProtoInterface |
||||||
source code | "ProtoInterface": { "type": "object", "properties": { "field": { "$ref": "#/definitions/field" }, "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "#comment": { "type": "string" } }, "additionalProperties": false } } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
reference | field | ||
source code | "field": { "$ref": "#/definitions/field" } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "#comment": { "type": "string" } }, "additionalProperties": false } } |
diagram | |||||
type | Object | ||||
properties |
|
||||
source code | { "type": "object", "properties": { "#comment": { "type": "string" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "#comment": { "type": "string" } |