| diagram |  | ||||||||||||||
| location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||
| type | Object | ||||||||||||||
| properties | 
 | ||||||||||||||
| used by | Scene / -children > array items [0]+ / Schema / ExternProtoDeclare -allNodes > array items [0]+ / Schema / ExternProtoDeclare -child / ExternProtoDeclare -children > array items [0]+ / Schema / ExternProtoDeclare | ||||||||||||||
| source code | "ExternProtoDeclare": { "type": "object", "properties": { "@name": { "type": "string" }, "@url": { "type": "array", "minItems": 1, "items": { "type": "string", "format": "uri-reference" } }, "@appinfo": { "type": "string" }, "@documentation": { "type": "string" }, "field": { "$ref": "#/definitions/field" }, "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "#comment": { "type": "string" } }, "additionalProperties": false } } }, "required": [ "@name", "@url" ], "additionalProperties": false } | 
| diagram |  | ||
| property details | 
 | ||
| type | String | ||
| source code | "@name": { "type": "string" } | 
| diagram |  | ||
| property details | 
 | ||
| type | Array | ||
| array constraints | 
 | ||
| array items | 
 | ||
| source code | "@url": { "type": "array", "minItems": 1, "items": { "type": "string", "format": "uri-reference" } } | 
| diagram |  | ||
| type | String | ||
| string constraints | 
 | ||
| source code | { "type": "string", "format": "uri-reference" } | 
| diagram |  | ||
| property details | 
 | ||
| type | String | ||
| source code | "@appinfo": { "type": "string" } | 
| diagram |  | ||
| property details | 
 | ||
| type | String | ||
| source code | "@documentation": { "type": "string" } | 
| 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" } |