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

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

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

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