Schema definition SquadOrientationInterpolator
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2991.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@key   Optional
@keyValue   Optional
@normalizeVelocity   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / SquadOrientationInterpolator
-allNodes > array items [0]+ / Schema / SquadOrientationInterpolator
-child / SquadOrientationInterpolator
-children > array items [0]+ / Schema / SquadOrientationInterpolator
source code "SquadOrientationInterpolator": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@key": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "@keyValue": {
            "type": "array",
            "minItems": 4,
            "items": {
                "type": "number"
            }
        },
        "@normalizeVelocity": {
            "type": "boolean",
            "default": false
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

Property SquadOrientationInterpolator / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2992.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property SquadOrientationInterpolator / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2993.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property SquadOrientationInterpolator / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2994.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property SquadOrientationInterpolator / @key
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2995.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@key": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number"
    }
}

Array item wildcard SquadOrientationInterpolator / @key > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2996.png
type Numeric
source code {
    "type": "number"
}

Property SquadOrientationInterpolator / @keyValue
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2997.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  4
array items
[0 - 3]+  Schema
source code "@keyValue": {
    "type": "array",
    "minItems": 4,
    "items": {
        "type": "number"
    }
}

Array item wildcard SquadOrientationInterpolator / @keyValue > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2998.png
type Numeric
source code {
    "type": "number"
}

Property SquadOrientationInterpolator / @normalizeVelocity
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2999.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@normalizeVelocity": {
    "type": "boolean",
    "default": false
}

Property SquadOrientationInterpolator / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3000.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property SquadOrientationInterpolator / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3001.png
property details
Occurrence  Optional
reference -commentRoute
source code "-children": {
    "$ref": "#/definitions/-commentRoute"
}


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