JSON Schema Definition 'TechnicalProperties'

Description

Typically technical Properties Name/ValueArray not covered by standard references

Diagram

Drilldown into /definitions/TechnicalProperties/items[0]/properties/ValueType Drilldown into /definitions/TechnicalProperties/items[0]/properties/ValueType Drilldown into /definitions/TechnicalProperties/items[0]/properties/ValueType Drilldown into /definitions/TechnicalProperties/items[0]/properties/Value Drilldown into /definitions/TechnicalProperties/items[0]JSON Schema Diagram of /definitions/TechnicalProperties

Value

Array

Array Index Type Description
1-n object /definitions/TechnicalProperties/items[0]

Source

"TechnicalProperties": {
    "type": "array",
    "description": "Typically technical Properties Name/ValueArray not covered by standard references",
    "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
            "Name": {
                "type": "string"
            },
            "Value": {
                "additionalProperties": false,
                "oneOf": [
                    {
                        "type": "number"
                    },
                    {
                        "type": "string"
                    },
                    {
                        "type": "array",
                        "maxItems": 2,
                        "minItems": 2,
                        "items": {
                            "type": "number"
                        }
                    }
                ]
            },
            "Unit": {
                "type": "string",
                "description": "To be defined - this should be physical metric units which are typical in materials science, enum will be long"
            },
            "ValueType": {
                "type": "string",
                "description": "ValueType may be used by applications for further processing, validations",
                "enum": [
                    "Integer",
                    "Float",
                    "Time",
                    "DateRange",
                    "NumberRange",
                    "TimeRange",
                    "String"
                ]
            }
        },
        "required": []
    }
}
C:\Users\usr53200\Downloads\e-coc.json (422:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988