JSON Schema /definitions/TechnicalProperties/items[0]

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/TechnicalPropertiesJSON Schema Diagram of /definitions/TechnicalProperties/items[0]

Value

Object

Properties

Property Name Type Description
Name string A String value
Value any Value
Unit string A String value
Description : To be defined - this should be physical metric units which are typical in materials science, enum will be long
ValueType string ValueType

Source

{
    "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 (426:21)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988