Schema definition Disk2D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p669.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
@innerRadius   Optional
@outerRadius   Optional
@solid   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / Disk2D
-geometry / Disk2D
source code "Disk2D": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@innerRadius": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@outerRadius": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 1
        },
        "@solid": {
            "type": "boolean",
            "default": false
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property Disk2D / @innerRadius
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p673.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@innerRadius": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

Property Disk2D / @outerRadius
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p674.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code "@outerRadius": {
    "type": "number",
    "exclusiveMinimum": 0,
    "default": 1
}

Property Disk2D / @solid
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p675.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@solid": {
    "type": "boolean",
    "default": false
}

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

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