Schema definition WorldInfo
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3575.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
@info   Optional
@title   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / WorldInfo
-allNodes > array items [0]+ / Schema / WorldInfo
-child / WorldInfo
-children > array items [0]+ / Schema / WorldInfo
source code "WorldInfo": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@info": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string"
            }
        },
        "@title": {
            "type": "string"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property WorldInfo / @title
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3581.png
property details
Occurrence  Optional
type String
source code "@title": {
    "type": "string"
}

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

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