Schema definition OrthoViewpoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2052.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
@centerOfRotation   Optional
@description   Optional
@fieldOfView   Optional
@jump   Optional
@orientation   Optional
@position   Optional
@retainUserOffsets   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / OrthoViewpoint
ViewpointGroup / -children > array items [0]+ / Schema / OrthoViewpoint
-allNodes > array items [0]+ / Schema / OrthoViewpoint
-child / OrthoViewpoint
-children > array items [0]+ / Schema / OrthoViewpoint
source code "OrthoViewpoint": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@centerOfRotation": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@description": {
            "type": "string"
        },
        "@fieldOfView": {
            "type": "array",
            "minItems": 4,
            "items": [
                {
                    "type": "number",
                    "default": -1
                },
                {
                    "type": "number",
                    "default": -1
                },
                {
                    "type": "number",
                    "default": 1
                },
                {
                    "type": "number",
                    "default": 1
                }
            ],
            "additionalItems": {
                "type": "number"
            }
        },
        "@jump": {
            "type": "boolean",
            "default": true
        },
        "@orientation": {
            "$ref": "#/definitions/@rotation"
        },
        "@position": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "type": "number",
                    "default": 10
                }
            ],
            "additionalItems": false
        },
        "@retainUserOffsets": {
            "type": "boolean",
            "default": false
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property OrthoViewpoint / @centerOfRotation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2056.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@centerOfRotation": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard OrthoViewpoint / @centerOfRotation > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2057.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property OrthoViewpoint / @description
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2058.png
property details
Occurrence  Optional
type String
source code "@description": {
    "type": "string"
}

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

Array item OrthoViewpoint / @fieldOfView > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2060.png
schema details
Default  -1
type Numeric
source code {
    "type": "number",
    "default": -1
}

Array item OrthoViewpoint / @fieldOfView > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2061.png
schema details
Default  -1
type Numeric
source code {
    "type": "number",
    "default": -1
}

Array item OrthoViewpoint / @fieldOfView > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2062.png
schema details
Default  1
type Numeric
source code {
    "type": "number",
    "default": 1
}

Array item OrthoViewpoint / @fieldOfView > array items [3] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2063.png
schema details
Default  1
type Numeric
source code {
    "type": "number",
    "default": 1
}

Array item wildcard OrthoViewpoint / @fieldOfView > array items [4]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2064.png
type Numeric
source code {
    "type": "number"
}

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

Property OrthoViewpoint / @orientation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2066.png
property details
Occurrence  Optional
reference @rotation
source code "@orientation": {
    "$ref": "#/definitions/@rotation"
}

Property OrthoViewpoint / @position
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2067.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
source code "@position": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": [
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": 10
        }
    ],
    "additionalItems": false
}

Array item OrthoViewpoint / @position > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2068.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Array item OrthoViewpoint / @position > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2069.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Array item OrthoViewpoint / @position > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2070.png
schema details
Default  10
type Numeric
source code {
    "type": "number",
    "default": 10
}

Property OrthoViewpoint / @retainUserOffsets
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2071.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@retainUserOffsets": {
    "type": "boolean",
    "default": false
}

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

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