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