Schema definition -parts
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4397.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  MF ShaderPart content
type Array
array constraints
Min Items  1
array items
[0]+  Schema
used by ComposedShader / -parts
source code "-parts": {
    "description": "MF ShaderPart content",
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "ShaderPart": {
                "$ref": "#/definitions/ShaderPart"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard -parts > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4398.png
type Object
properties
Name   Occurrence
ShaderPart   Optional
ProtoInstance   Optional
source code {
    "type": "object",
    "properties": {
        "ShaderPart": {
            "$ref": "#/definitions/ShaderPart"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property -parts > array items [0]+ / Schema / ShaderPart
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4399.png
property details
Occurrence  Optional
reference ShaderPart
source code "ShaderPart": {
    "$ref": "#/definitions/ShaderPart"
}

Property -parts > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4400.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}


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