Schema definition MetadataDouble
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1671.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
@name   Required
@reference   Optional
@value   Optional
-metadata   Optional
-children   Optional
used by MetadataSet / -value > array items [0]+ / Schema / MetadataDouble
Scene / -children > array items [0]+ / Schema / MetadataDouble
-allNodes > array items [0]+ / Schema / MetadataDouble
-metadata / MetadataDouble
source code "MetadataDouble": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@name": {
            "type": "string"
        },
        "@reference": {
            "type": "string"
        },
        "@value": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "required": [
        "@name"
    ],
    "additionalProperties": false
}

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

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

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

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

Property MetadataDouble / @reference
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1676.png
property details
Occurrence  Optional
type String
source code "@reference": {
    "type": "string"
}

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

Array item wildcard MetadataDouble / @value > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1678.png
type Numeric
source code {
    "type": "number"
}

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

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