diagram | |||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||
schema details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
used by | FontStyle / @justify ScreenFontStyle / @justify |
||||
source code | "@justify": { "description": "Validates both values", "type": "array", "minItems": 1, "maxItems": 2, "items": [ { "type": "string", "enum": [ "BEGIN", "END", "FIRST", "MIDDLE", "" ], "default": "BEGIN" } ], "additionalItems": { "type": "string", "enum": [ "BEGIN", "END", "FIRST", "MIDDLE", "" ] } } |
diagram | |||||||||||||
schema details |
|
||||||||||||
type | String | ||||||||||||
enumerations |
|
||||||||||||
source code | { "type": "string", "enum": [ "BEGIN", "END", "FIRST", "MIDDLE", "" ], "default": "BEGIN" } |
diagram | |||||||||||||
type | String | ||||||||||||
enumerations |
|
||||||||||||
source code | { "type": "string", "enum": [ "BEGIN", "END", "FIRST", "MIDDLE", "" ] } |