Schema definition ComposedShader
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p429.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
field   Optional
IS   Optional
@language   Optional
-metadata   Optional
-parts   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ComposedShader
-shaders > array items [0]+ / Schema / ComposedShader
source code "ComposedShader": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "field": {
            "$ref": "#/definitions/field"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@language": {
            "type": "string"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-parts": {
            "$ref": "#/definitions/-parts"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

Property ComposedShader / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p430.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property ComposedShader / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p431.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property ComposedShader / field
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p432.png
property details
Occurrence  Optional
reference field
source code "field": {
    "$ref": "#/definitions/field"
}

Property ComposedShader / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p433.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property ComposedShader / @language
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p434.png
property details
Occurrence  Optional
type String
source code "@language": {
    "type": "string"
}

Property ComposedShader / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p435.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property ComposedShader / -parts
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p436.png
property details
Occurrence  Optional
reference -parts
source code "-parts": {
    "$ref": "#/definitions/-parts"
}

Property ComposedShader / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p437.png
property details
Occurrence  Optional
reference -commentRoute
source code "-children": {
    "$ref": "#/definitions/-commentRoute"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html