diagram | |||||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||
type | Object | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by | -allNodes > array items [0]+ / Schema / FloatVertexAttribute -attrib > array items [0]+ / Schema / FloatVertexAttribute |
||||||||||||||||||
source code | "FloatVertexAttribute": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@name": { "type": "string" }, "@numComponents": { "type": "integer", "minimum": 1, "maximum": 4, "default": 4 }, "@value": { "type": "array", "items": { "type": "number" } }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-children": { "$ref": "#/definitions/-commentRoute" } }, "required": [ "@name" ], "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 | String | ||
source code | "@name": { "type": "string" } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@numComponents": { "type": "integer", "minimum": 1, "maximum": 4, "default": 4 } |
diagram | |||
property details |
|
||
type | Array | ||
array items |
|
||
source code | "@value": { "type": "array", "items": { "type": "number" } } |
diagram | |
type | Numeric |
source code | { "type": "number" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |