Schema definition PixelTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2128.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
@image   Optional
@repeatS   Optional
@repeatT   Optional
-metadata   Optional
-textureProperties   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / PixelTexture
-texture / PixelTexture
-texture2D / PixelTexture
-texture2DMulti / PixelTexture
-textures2D > array items [0]+ / Schema / PixelTexture
-transferFunction / PixelTexture
source code "PixelTexture": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@image": {
            "type": "array",
            "minItems": 3,
            "items": [
                {
                    "type": "integer",
                    "default": 0
                },
                {
                    "type": "integer",
                    "default": 0
                },
                {
                    "type": "integer",
                    "default": 0
                }
            ],
            "additionalItems": {
                "type": "integer"
            }
        },
        "@repeatS": {
            "type": "boolean",
            "default": true
        },
        "@repeatT": {
            "type": "boolean",
            "default": true
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-textureProperties": {
            "$ref": "#/definitions/-textureProperties"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property PixelTexture / @image
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2132.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
[3]+  Schema
source code "@image": {
    "type": "array",
    "minItems": 3,
    "items": [
        {
            "type": "integer",
            "default": 0
        },
        {
            "type": "integer",
            "default": 0
        },
        {
            "type": "integer",
            "default": 0
        }
    ],
    "additionalItems": {
        "type": "integer"
    }
}

Array item PixelTexture / @image > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2133.png
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code {
    "type": "integer",
    "default": 0
}

Array item PixelTexture / @image > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2134.png
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code {
    "type": "integer",
    "default": 0
}

Array item PixelTexture / @image > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2135.png
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code {
    "type": "integer",
    "default": 0
}

Array item wildcard PixelTexture / @image > array items [3]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2136.png
type Numeric
numeric constraints
Mode  Integer
source code {
    "type": "integer"
}

Property PixelTexture / @repeatS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2137.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@repeatS": {
    "type": "boolean",
    "default": true
}

Property PixelTexture / @repeatT
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2138.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@repeatT": {
    "type": "boolean",
    "default": true
}

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

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

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