diagram | |||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||
type | Array | ||
array constraints |
|
||
array items |
|
||
used by | Scene / -children > array items [0]+ / Schema / EXPORT -allNodes > array items [0]+ / Schema / EXPORT -children > array items [0]+ / Schema / EXPORT -commentRoute > array items [0]+ / Schema / EXPORT |
||
source code | "EXPORT": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "@AS": { "type": "string" }, "@localDEF": { "type": "string" } }, "required": [ "@localDEF" ], "additionalProperties": false } } |
diagram | |||||||
type | Object | ||||||
properties |
|
||||||
source code | { "type": "object", "properties": { "@AS": { "type": "string" }, "@localDEF": { "type": "string" } }, "required": [ "@localDEF" ], "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@AS": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@localDEF": { "type": "string" } |