Schema definition SplinePositionInterpolator
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2924.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
@closed   Optional
@key   Optional
@keyValue   Optional
@keyVelocity   Optional
@normalizeVelocity   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / SplinePositionInterpolator
-allNodes > array items [0]+ / Schema / SplinePositionInterpolator
-child / SplinePositionInterpolator
-children > array items [0]+ / Schema / SplinePositionInterpolator
source code "SplinePositionInterpolator": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@closed": {
            "type": "boolean",
            "default": true
        },
        "@key": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "@keyValue": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number"
            }
        },
        "@keyVelocity": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number"
            }
        },
        "@normalizeVelocity": {
            "type": "boolean",
            "default": false
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property SplinePositionInterpolator / @closed
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2928.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@closed": {
    "type": "boolean",
    "default": true
}

Property SplinePositionInterpolator / @key
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2929.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 SplinePositionInterpolator / @key > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2930.png
type Numeric
source code {
    "type": "number"
}

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

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

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

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

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

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

Property SplinePositionInterpolator / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2937.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