Schema definition -hanimJoints
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4348.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  MF HAnimJoint content
type Array
array constraints
Min Items  1
array items
[0]+  Schema
used by HAnimHumanoid / -joints
source code "-hanimJoints": {
    "description": "MF HAnimJoint content",
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "HAnimJoint": {
                "$ref": "#/definitions/HAnimJoint"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard -hanimJoints > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4349.png
type Object
properties
Name   Occurrence
HAnimJoint   Optional
ProtoInstance   Optional
source code {
    "type": "object",
    "properties": {
        "HAnimJoint": {
            "$ref": "#/definitions/HAnimJoint"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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


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