Schema definition @tolerance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3716.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  Validates both regular value and special -1 value
Default  -1
type Any
array items
[0]+  Unconstrained
property wildcard
Definition  Unconstrained
one of
(0)  Schema
(1)  Schema
used by ColorDamper / @tolerance
CoordinateDamper / @tolerance
OrientationDamper / @tolerance
PositionDamper / @tolerance
PositionDamper2D / @tolerance
ScalarDamper / @tolerance
TexCoordDamper2D / @tolerance
source code "@tolerance": {
    "description": "Validates both regular value and special -1 value",
    "default": -1,
    "oneOf": [
        {
            "type": "number",
            "minimum": 0
        },
        {
            "type": "number",
            "enum": [
                -1
            ]
        }
    ]
}

Operator subschema @tolerance > one of (0) / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3717.png
type Numeric
numeric constraints
Minimum  0
source code {
    "type": "number",
    "minimum": 0
}

Operator subschema @tolerance > one of (1) / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3718.png
type Numeric
enumerations
Type   Value
number   -1
source code {
    "type": "number",
    "enum": [
        -1
    ]
}


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