Schema definition ProtoDeclare
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2378.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@name   Required
@appinfo   Optional
@documentation   Optional
ProtoInterface   Optional
ProtoBody   Required
-children   Optional
used by Scene / -children > array items [0]+ / Schema / ProtoDeclare
-allNodes > array items [0]+ / Schema / ProtoDeclare
-child / ProtoDeclare
-children > array items [0]+ / Schema / ProtoDeclare
source code "ProtoDeclare": {
    "type": "object",
    "properties": {
        "@name": {
            "type": "string"
        },
        "@appinfo": {
            "type": "string"
        },
        "@documentation": {
            "type": "string"
        },
        "ProtoInterface": {
            "$ref": "#/definitions/ProtoInterface"
        },
        "ProtoBody": {
            "$ref": "#/definitions/ProtoBody"
        },
        "-children": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "object",
                "properties": {
                    "#comment": {
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        }
    },
    "required": [
        "@name",
        "ProtoBody"
    ],
    "additionalProperties": false
}

Property ProtoDeclare / @name
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2379.png
property details
Occurrence  Required
type String
source code "@name": {
    "type": "string"
}

Property ProtoDeclare / @appinfo
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2380.png
property details
Occurrence  Optional
type String
source code "@appinfo": {
    "type": "string"
}

Property ProtoDeclare / @documentation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2381.png
property details
Occurrence  Optional
type String
source code "@documentation": {
    "type": "string"
}

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

Property ProtoDeclare / ProtoBody
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2383.png
property details
Occurrence  Required
reference ProtoBody
source code "ProtoBody": {
    "$ref": "#/definitions/ProtoBody"
}

Property ProtoDeclare / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2384.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "-children": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "#comment": {
                "type": "string"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard ProtoDeclare / -children > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2385.png
type Object
properties
Name   Occurrence
#comment   Optional
source code {
    "type": "object",
    "properties": {
        "#comment": {
            "type": "string"
        }
    },
    "additionalProperties": false
}

Property ProtoDeclare / -children > array items [0]+ / Schema / #comment
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2386.png
property details
Occurrence  Optional
type String
source code "#comment": {
    "type": "string"
}


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