Schema definition -jointChildren
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4352.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  MF HAnimJoint | HAnimSegment content
type Array
array constraints
Min Items  1
array items
[0]+  Schema
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
    }
}

Array item wildcard -jointChildren > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4353.png
type Object
properties
Name   Occurrence
HAnimJoint   Optional
HAnimSegment   Optional
ProtoInstance   Optional
#comment   Optional
ROUTE   Optional
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
}

Property -jointChildren > array items [0]+ / Schema / HAnimJoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4354.png
property details
Occurrence  Optional
reference HAnimJoint
source code "HAnimJoint": {
    "$ref": "#/definitions/HAnimJoint"
}

Property -jointChildren > array items [0]+ / Schema / HAnimSegment
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4355.png
property details
Occurrence  Optional
reference HAnimSegment
source code "HAnimSegment": {
    "$ref": "#/definitions/HAnimSegment"
}

Property -jointChildren > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4356.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}

Property -jointChildren > array items [0]+ / Schema / #comment
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4357.png
property details
Occurrence  Optional
type String
source code "#comment": {
    "type": "string"
}

Property -jointChildren > array items [0]+ / Schema / ROUTE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4358.png
property details
Occurrence  Optional
reference ROUTE
source code "ROUTE": {
    "$ref": "#/definitions/ROUTE"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html