Schema definition Cone
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p457.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
@bottom   Optional
@bottomRadius   Optional
@height   Optional
@side   Optional
@solid   Optional
-metadata   Optional
-children   Optional
used by PrimitivePickSensor / -pickingGeometry > array items [0]+ / Schema / Cone
-allNodes > array items [0]+ / Schema / Cone
-geometry / Cone
-massDensityModel / @Cone
source code "Cone": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@bottom": {
            "type": "boolean",
            "default": true
        },
        "@bottomRadius": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 1
        },
        "@height": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 2
        },
        "@side": {
            "type": "boolean",
            "default": true
        },
        "@solid": {
            "type": "boolean",
            "default": true
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property Cone / @bottom
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p461.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@bottom": {
    "type": "boolean",
    "default": true
}

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

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

Property Cone / @side
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p464.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@side": {
    "type": "boolean",
    "default": true
}

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

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

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