Schema definition NavigationInfo
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1808.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
@avatarSize   Optional
@headlight   Optional
@speed   Optional
@transitionTime   Optional
@transitionType   Optional
@type   Optional
@visibilityLimit   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / NavigationInfo
-allNodes > array items [0]+ / Schema / NavigationInfo
-child / NavigationInfo
-children > array items [0]+ / Schema / NavigationInfo
source code "NavigationInfo": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@avatarSize": {
            "type": "array",
            "minItems": 3,
            "items": [
                {
                    "type": "number",
                    "minimum": 0,
                    "default": 0.25
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "default": 1.6
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "default": 0.75
                }
            ],
            "additionalItems": {
                "type": "number",
                "minimum": 0
            }
        },
        "@headlight": {
            "type": "boolean",
            "default": true
        },
        "@speed": {
            "type": "number",
            "minimum": 0,
            "default": 1
        },
        "@transitionTime": {
            "type": "number",
            "minimum": 0,
            "default": 1
        },
        "@transitionType": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "string",
                    "default": "LINEAR"
                }
            ],
            "additionalItems": {
                "type": "string"
            }
        },
        "@type": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "string",
                    "default": "EXAMINE"
                },
                {
                    "type": "string",
                    "default": "ANY"
                }
            ],
            "additionalItems": {
                "type": "string"
            }
        },
        "@visibilityLimit": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property NavigationInfo / @avatarSize
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1812.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
[3]+  Schema
source code "@avatarSize": {
    "type": "array",
    "minItems": 3,
    "items": [
        {
            "type": "number",
            "minimum": 0,
            "default": 0.25
        },
        {
            "type": "number",
            "minimum": 0,
            "default": 1.6
        },
        {
            "type": "number",
            "minimum": 0,
            "default": 0.75
        }
    ],
    "additionalItems": {
        "type": "number",
        "minimum": 0
    }
}

Array item NavigationInfo / @avatarSize > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1813.png
schema details
Default  0.25
type Numeric
numeric constraints
Minimum  0
source code {
    "type": "number",
    "minimum": 0,
    "default": 0.25
}

Array item NavigationInfo / @avatarSize > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1814.png
schema details
Default  1.6
type Numeric
numeric constraints
Minimum  0
source code {
    "type": "number",
    "minimum": 0,
    "default": 1.6
}

Array item NavigationInfo / @avatarSize > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1815.png
schema details
Default  0.75
type Numeric
numeric constraints
Minimum  0
source code {
    "type": "number",
    "minimum": 0,
    "default": 0.75
}

Array item wildcard NavigationInfo / @avatarSize > array items [3]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1816.png
type Numeric
numeric constraints
Minimum  0
source code {
    "type": "number",
    "minimum": 0
}

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

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

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

Property NavigationInfo / @transitionType
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1820.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]  Schema
[1]+  Schema
source code "@transitionType": {
    "type": "array",
    "minItems": 1,
    "items": [
        {
            "type": "string",
            "default": "LINEAR"
        }
    ],
    "additionalItems": {
        "type": "string"
    }
}

Array item NavigationInfo / @transitionType > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1821.png
schema details
Default  "LINEAR"
type String
source code {
    "type": "string",
    "default": "LINEAR"
}

Array item wildcard NavigationInfo / @transitionType > array items [1]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1822.png
type String
source code {
    "type": "string"
}

Property NavigationInfo / @type
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1823.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]  Schema
[1]  Schema
[2]+  Schema
source code "@type": {
    "type": "array",
    "minItems": 1,
    "items": [
        {
            "type": "string",
            "default": "EXAMINE"
        },
        {
            "type": "string",
            "default": "ANY"
        }
    ],
    "additionalItems": {
        "type": "string"
    }
}

Array item NavigationInfo / @type > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1824.png
schema details
Default  "EXAMINE"
type String
source code {
    "type": "string",
    "default": "EXAMINE"
}

Array item NavigationInfo / @type > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1825.png
schema details
Default  "ANY"
type String
source code {
    "type": "string",
    "default": "ANY"
}

Array item wildcard NavigationInfo / @type > array items [2]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1826.png
type String
source code {
    "type": "string"
}

Property NavigationInfo / @visibilityLimit
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1827.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@visibilityLimit": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

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

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