JSON Schema Definition 'TestValues'

Diagram

JSON Schema Diagram of /definitions/TestValues

Value

Object

Properties

Property Name Type Description
ValueName string A String value
Unit string A String value
TypeOfValue string A String value
SpecMin string A String value
SpecMax string A String value
ActualFrom string A String value
ActualTo string A String value
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"TestValues": {
    "type": "object",
    "properties": {
        "ValueName": {
            "type": "string"
        },
        "Unit": {
            "type": "string"
        },
        "TypeOfValue": {
            "type": "string"
        },
        "SpecMin": {
            "type": "string"
        },
        "SpecMax": {
            "type": "string"
        },
        "ActualFrom": {
            "type": "string"
        },
        "ActualTo": {
            "type": "string"
        }
    },
    "required": []
}
https://e-coc.org/schema/v1.0.0/MaterialCertification.json (68:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988