Schema definition EXPORT
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p854.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Array
array constraints
Min Items  1
array items
[0]+  Schema
used by Scene / -children > array items [0]+ / Schema / EXPORT
-allNodes > array items [0]+ / Schema / EXPORT
-children > array items [0]+ / Schema / EXPORT
-commentRoute > array items [0]+ / Schema / EXPORT
source code "EXPORT": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "@AS": {
                "type": "string"
            },
            "@localDEF": {
                "type": "string"
            }
        },
        "required": [
            "@localDEF"
        ],
        "additionalProperties": false
    }
}

Array item wildcard EXPORT > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p855.png
type Object
properties
Name   Occurrence
@AS   Optional
@localDEF   Required
source code {
    "type": "object",
    "properties": {
        "@AS": {
            "type": "string"
        },
        "@localDEF": {
            "type": "string"
        }
    },
    "required": [
        "@localDEF"
    ],
    "additionalProperties": false
}

Property EXPORT > array items [0]+ / Schema / @AS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p856.png
property details
Occurrence  Optional
type String
source code "@AS": {
    "type": "string"
}

Property EXPORT > array items [0]+ / Schema / @localDEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p857.png
property details
Occurrence  Required
type String
source code "@localDEF": {
    "type": "string"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html