diagram | |||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||
type | Array | ||
array constraints |
|
||
array items |
|
||
used by | ComposedShader / field ExternProtoDeclare / field PackagedShader / field ProtoInterface / field Script / field ShaderProgram / field |
||
source code | "field": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "@name": { "type": "string" }, "@accessType": { "type": "string", "enum": [ "inputOnly", "inputOutput", "outputOnly", "initializeOnly" ] }, "@type": { "type": "string" }, "@value": { }, "-children": { "$ref": "#/definitions/-allNodes" }, "@appinfo": { "type": "string" }, "@documentation": { "type": "string" } }, "required": [ "@name", "@accessType", "@type" ], "additionalProperties": false } } |
diagram | |||||||||||||||||
type | Object | ||||||||||||||||
properties |
|
||||||||||||||||
source code | { "type": "object", "properties": { "@name": { "type": "string" }, "@accessType": { "type": "string", "enum": [ "inputOnly", "inputOutput", "outputOnly", "initializeOnly" ] }, "@type": { "type": "string" }, "@value": { }, "-children": { "$ref": "#/definitions/-allNodes" }, "@appinfo": { "type": "string" }, "@documentation": { "type": "string" } }, "required": [ "@name", "@accessType", "@type" ], "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@name": { "type": "string" } |
diagram | |||||||||||
property details |
|
||||||||||
type | String | ||||||||||
enumerations |
|
||||||||||
source code | "@accessType": { "type": "string", "enum": [ "inputOnly", "inputOutput", "outputOnly", "initializeOnly" ] } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@type": { "type": "string" } |
diagram | |||
property details |
|
||
type | Any | ||
array items |
|
||
property wildcard |
|
||
source code | "@value": { } |
diagram | |||
property details |
|
||
reference | -allNodes | ||
source code | "-children": { "$ref": "#/definitions/-allNodes" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@appinfo": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@documentation": { "type": "string" } |