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

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

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

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

Property Text / @length
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3071.png
property details
Occurrence  Optional
type Array
array items
[0]+  Schema
source code "@length": {
    "type": "array",
    "items": {
        "type": "number",
        "minimum": 0
    }
}

Array item wildcard Text / @length > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3072.png
type Numeric
numeric constraints
Minimum  0
source code {
    "type": "number",
    "minimum": 0
}

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

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

Property Text / @string
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3075.png
property details
Occurrence  Optional
type Array
array items
[0]+  Schema
source code "@string": {
    "type": "array",
    "items": {
        "type": "string"
    }
}

Array item wildcard Text / @string > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3076.png
type String
source code {
    "type": "string"
}

Property Text / -fontStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3077.png
property details
Occurrence  Optional
type Object
properties
Name   Occurrence
FontStyle   Optional
ScreenFontStyle   Optional
ProtoInstance   Optional
source code "-fontStyle": {
    "type": "object",
    "properties": {
        "FontStyle": {
            "$ref": "#/definitions/FontStyle"
        },
        "ScreenFontStyle": {
            "$ref": "#/definitions/ScreenFontStyle"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property Text / -fontStyle / FontStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3078.png
property details
Occurrence  Optional
reference FontStyle
source code "FontStyle": {
    "$ref": "#/definitions/FontStyle"
}

Property Text / -fontStyle / ScreenFontStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3079.png
property details
Occurrence  Optional
reference ScreenFontStyle
source code "ScreenFontStyle": {
    "$ref": "#/definitions/ScreenFontStyle"
}

Property Text / -fontStyle / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3080.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}

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

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