Schema definition LineProperties
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1571.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
@applied   Optional
@linetype   Optional
@linewidthScaleFactor   Optional
-metadata   Optional
-children   Optional
used by Appearance / -lineProperties / LineProperties
-allNodes > array items [0]+ / Schema / LineProperties
source code "LineProperties": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@applied": {
            "type": "boolean",
            "default": true
        },
        "@linetype": {
            "type": "integer",
            "exclusiveMinimum": 1,
            "default": 1
        },
        "@linewidthScaleFactor": {
            "type": "number",
            "default": 0
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

Property LineProperties / @linetype
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1576.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Mode  Integer
Minimum  1
Excl. Min  true
source code "@linetype": {
    "type": "integer",
    "exclusiveMinimum": 1,
    "default": 1
}

Property LineProperties / @linewidthScaleFactor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1577.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@linewidthScaleFactor": {
    "type": "number",
    "default": 0
}

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

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