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

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

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

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

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

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

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

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

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