diagram | |||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||
schema details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
used by | CollisionCollection / @appliedParameters Contact / @appliedParameters |
||||
source code | "@appliedParameters": { "description": "Validates all values, including uniqueness", "type": "array", "minItems": 1, "uniqueItems": true, "items": [ { "type": "string", "enum": [ "BOUNCE", "USER_FRICTION", "FRICTION_COEFFICIENT-2", "ERROR_REDUCTION", "CONSTANT_FORCE", "SPEED-1", "SPEED-2", "SLIP-1", "SLIP-2" ], "default": "BOUNCE" } ], "additionalItems": { "type": "string", "enum": [ "BOUNCE", "USER_FRICTION", "FRICTION_COEFFICIENT-2", "ERROR_REDUCTION", "CONSTANT_FORCE", "SPEED-1", "SPEED-2", "SLIP-1", "SLIP-2" ] } } |
diagram | |||||||||||||||||||||
schema details |
|
||||||||||||||||||||
type | String | ||||||||||||||||||||
enumerations |
|
||||||||||||||||||||
source code | { "type": "string", "enum": [ "BOUNCE", "USER_FRICTION", "FRICTION_COEFFICIENT-2", "ERROR_REDUCTION", "CONSTANT_FORCE", "SPEED-1", "SPEED-2", "SLIP-1", "SLIP-2" ], "default": "BOUNCE" } |
diagram | |||||||||||||||||||||
type | String | ||||||||||||||||||||
enumerations |
|
||||||||||||||||||||
source code | { "type": "string", "enum": [ "BOUNCE", "USER_FRICTION", "FRICTION_COEFFICIENT-2", "ERROR_REDUCTION", "CONSTANT_FORCE", "SPEED-1", "SPEED-2", "SLIP-1", "SLIP-2" ] } |