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

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

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

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

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

Property -textures2D > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4550.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