Schema definition Background
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p68.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
@backUrl   Optional
@bottomUrl   Optional
@frontUrl   Optional
@groundAngle   Optional
@groundColor   Optional
@leftUrl   Optional
@rightUrl   Optional
@skyAngle   Optional
@skyColor   Optional
@topUrl   Optional
@transparency   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / Background
-allNodes > array items [0]+ / Schema / Background
-child / Background
-children > array items [0]+ / Schema / Background
source code "Background": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@backUrl": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@bottomUrl": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@frontUrl": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@groundAngle": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1.5708
            }
        },
        "@groundColor": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1
            }
        },
        "@leftUrl": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@rightUrl": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@skyAngle": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 3.1416
            }
        },
        "@skyColor": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1
            }
        },
        "@topUrl": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@transparency": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

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

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

Property Background / @groundAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p78.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@groundAngle": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1.5708
    }
}

Array item wildcard Background / @groundAngle > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p79.png
type Numeric
numeric constraints
Minimum  0
Maximum  1.5708
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1.5708
}

Property Background / @groundColor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p80.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
array items
[0 - 2]+  Schema
source code "@groundColor": {
    "type": "array",
    "minItems": 3,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1
    }
}

Array item wildcard Background / @groundColor > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p81.png
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1
}

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

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

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

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

Property Background / @skyAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p86.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@skyAngle": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 3.1416
    }
}

Array item wildcard Background / @skyAngle > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p87.png
type Numeric
numeric constraints
Minimum  0
Maximum  3.1416
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 3.1416
}

Property Background / @skyColor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p88.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
array items
[0 - 2]+  Schema
source code "@skyColor": {
    "type": "array",
    "minItems": 3,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1
    }
}

Array item wildcard Background / @skyColor > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p89.png
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1
}

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

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

Property Background / @transparency
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p92.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@transparency": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

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

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