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

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

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

Property -displacers > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4270.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