Schema definition ProtoInterface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2397.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
field   Optional
-children   Optional
used by ProtoDeclare / ProtoInterface
source code "ProtoInterface": {
    "type": "object",
    "properties": {
        "field": {
            "$ref": "#/definitions/field"
        },
        "-children": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "object",
                "properties": {
                    "#comment": {
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        }
    },
    "additionalProperties": false
}

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

Property ProtoInterface / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2399.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 ProtoInterface / -children > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2400.png
type Object
properties
Name   Occurrence
#comment   Optional
source code {
    "type": "object",
    "properties": {
        "#comment": {
            "type": "string"
        }
    },
    "additionalProperties": false
}

Property ProtoInterface / -children > array items [0]+ / Schema / #comment
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2401.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