Schema definition PositionInterpolator
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2318.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
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / PositionInterpolator
-allNodes > array items [0]+ / Schema / PositionInterpolator
-child / PositionInterpolator
-children > array items [0]+ / Schema / PositionInterpolator
source code "PositionInterpolator": {
    "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": 3,
            "items": {
                "type": "number"
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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