diagram | |||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||
type | Array | ||
array constraints |
|
||
array items |
|
||
used by | ProtoInstance / fieldValue |
||
source code | "fieldValue": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "@name": { "type": "string" }, "@value": { }, "-children": { "$ref": "#/definitions/-allNodes" } }, "required": [ "@name" ], "additionalProperties": false } } |
diagram | |||||||||
type | Object | ||||||||
properties |
|
||||||||
source code | { "type": "object", "properties": { "@name": { "type": "string" }, "@value": { }, "-children": { "$ref": "#/definitions/-allNodes" } }, "required": [ "@name" ], "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@name": { "type": "string" } |
diagram | |||
property details |
|
||
type | Any | ||
array items |
|
||
property wildcard |
|
||
source code | "@value": { } |
diagram | |||
property details |
|
||
reference | -allNodes | ||
source code | "-children": { "$ref": "#/definitions/-allNodes" } |