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

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

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

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

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

Property PackagedShader / @url
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2079.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@url": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "string",
        "format": "uri-reference"
    }
}

Array item wildcard PackagedShader / @url > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2080.png
type String
string constraints
Format  uri-reference
source code {
    "type": "string",
    "format": "uri-reference"
}

Property PackagedShader / #sourceText
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2081.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "#sourceText": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "string"
    }
}

Array item wildcard PackagedShader / #sourceText > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2082.png
type String
source code {
    "type": "string"
}

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

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

Property PackagedShader / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2085.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