Schema definition SurfaceEmitter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3019.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
@coordIndex   Optional
@mass   Optional
@speed   Optional
@surfaceArea   Optional
@variation   Optional
-metadata   Optional
-surface   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / SurfaceEmitter
-emitter / SurfaceEmitter
source code "SurfaceEmitter": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@coordIndex": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "integer",
                    "minimum": -1,
                    "default": -1
                }
            ],
            "additionalItems": {
                "type": "integer",
                "minimum": -1
            }
        },
        "@mass": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@speed": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@surfaceArea": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@variation": {
            "type": "number",
            "minimum": 0,
            "default": 0.25
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-surface": {
            "$ref": "#/definitions/-geometry"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property SurfaceEmitter / @coordIndex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3023.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]  Schema
[1]+  Schema
source code "@coordIndex": {
    "type": "array",
    "minItems": 1,
    "items": [
        {
            "type": "integer",
            "minimum": -1,
            "default": -1
        }
    ],
    "additionalItems": {
        "type": "integer",
        "minimum": -1
    }
}

Array item SurfaceEmitter / @coordIndex > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3024.png
schema details
Default  -1
type Numeric
numeric constraints
Mode  Integer
Minimum  -1
source code {
    "type": "integer",
    "minimum": -1,
    "default": -1
}

Array item wildcard SurfaceEmitter / @coordIndex > array items [1]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3025.png
type Numeric
numeric constraints
Mode  Integer
Minimum  -1
source code {
    "type": "integer",
    "minimum": -1
}

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

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

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

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

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

Property SurfaceEmitter / -surface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3031.png
property details
Occurrence  Optional
reference -geometry
source code "-surface": {
    "$ref": "#/definitions/-geometry"
}

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