| 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 / IMPORT -allNodes > array items [0]+ / Schema / IMPORT -children > array items [0]+ / Schema / IMPORT -commentRoute > array items [0]+ / Schema / IMPORT | ||
| source code | "IMPORT": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "@AS": { "type": "string" }, "@importedDEF": { "type": "string" }, "@inlineDEF": { "type": "string" } }, "required": [ "@importedDEF", "@inlineDEF" ], "additionalProperties": false } } | 
| diagram |  | ||||||||
| type | Object | ||||||||
| properties | 
 | ||||||||
| source code | { "type": "object", "properties": { "@AS": { "type": "string" }, "@importedDEF": { "type": "string" }, "@inlineDEF": { "type": "string" } }, "required": [ "@importedDEF", "@inlineDEF" ], "additionalProperties": false } | 
| diagram |  | ||
| property details | 
 | ||
| type | String | ||
| source code | "@AS": { "type": "string" } | 
| diagram |  | ||
| property details | 
 | ||
| type | String | ||
| source code | "@importedDEF": { "type": "string" } | 
| diagram |  | ||
| property details | 
 | ||
| type | String | ||
| source code | "@inlineDEF": { "type": "string" } |