diagram | |||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||
schema details |
|
||||
type | Any | ||||
array items |
|
||||
property wildcard |
|
||||
one of |
|
||||
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 ] } ] } |
diagram | |||
type | Numeric | ||
numeric constraints |
|
||
source code | { "type": "number", "minimum": 0 } |
diagram | |||||
type | Numeric | ||||
enumerations |
|
||||
source code | { "type": "number", "enum": [ -1 ] } |