Schema definition fieldValue
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3604.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 ProtoInstance / fieldValue
source code "fieldValue": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "@name": {
                "type": "string"
            },
            "@value": {
            },
            "-children": {
                "$ref": "#/definitions/-allNodes"
            }
        },
        "required": [
            "@name"
        ],
        "additionalProperties": false
    }
}

Array item wildcard fieldValue > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3605.png
type Object
properties
Name   Occurrence
@name   Required
@value   Optional
-children   Optional
source code {
    "type": "object",
    "properties": {
        "@name": {
            "type": "string"
        },
        "@value": {
        },
        "-children": {
            "$ref": "#/definitions/-allNodes"
        }
    },
    "required": [
        "@name"
    ],
    "additionalProperties": false
}

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

Property fieldValue > array items [0]+ / Schema / @value
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3607.png
property details
Occurrence  Optional
type Any
array items
[0]+  Unconstrained
property wildcard
Definition  Unconstrained
source code "@value": {
}

Property fieldValue > array items [0]+ / Schema / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3608.png
property details
Occurrence  Optional
reference -allNodes
source code "-children": {
    "$ref": "#/definitions/-allNodes"
}


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