diagram | |||||||||||||||||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||||||||||||||
type | Object | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by | Text / -fontStyle / ScreenFontStyle -allNodes > array items [0]+ / Schema / ScreenFontStyle |
||||||||||||||||||||||||||||||
source code | "ScreenFontStyle": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@family": { "type": "array", "minItems": 1, "items": [ { "type": "string", "default": "SERIF" } ], "additionalItems": { "type": "string" } }, "@horizontal": { "type": "boolean", "default": true }, "@justify": { "$ref": "#/definitions/@justify" }, "@language": { "type": "string" }, "@leftToRight": { "type": "boolean", "default": true }, "@pointSize": { "type": "number", "exclusiveMinimum": 0, "default": 12 }, "@spacing": { "type": "number", "minimum": 0, "default": 1 }, "@style": { "type": "string", "enum": [ "PLAIN", "BOLD", "ITALIC", "BOLDITALIC", "" ], "default": "PLAIN" }, "@topToBottom": { "type": "boolean", "default": true }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-children": { "$ref": "#/definitions/-commentRoute" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@DEF": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@USE": { "type": "string" } |
diagram | |||
property details |
|
||
reference | IS | ||
source code | "IS": { "$ref": "#/definitions/IS" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@family": { "type": "array", "minItems": 1, "items": [ { "type": "string", "default": "SERIF" } ], "additionalItems": { "type": "string" } } |
diagram | |||
schema details |
|
||
type | String | ||
source code | { "type": "string", "default": "SERIF" } |
diagram | |
type | String |
source code | { "type": "string" } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@horizontal": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
reference | @justify | ||
source code | "@justify": { "$ref": "#/definitions/@justify" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@language": { "type": "string" } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@leftToRight": { "type": "boolean", "default": true } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@pointSize": { "type": "number", "exclusiveMinimum": 0, "default": 12 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Numeric | ||
numeric constraints |
|
||
source code | "@spacing": { "type": "number", "minimum": 0, "default": 1 } |
diagram | |||||||||||||
property details |
|
||||||||||||
schema details |
|
||||||||||||
type | String | ||||||||||||
enumerations |
|
||||||||||||
source code | "@style": { "type": "string", "enum": [ "PLAIN", "BOLD", "ITALIC", "BOLDITALIC", "" ], "default": "PLAIN" } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@topToBottom": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |