JSON Schema Definition 'TestResult'

Diagram

Drilldown into /definitions/Attachment Drilldown into /definitions/TestResult/properties/TestValues Drilldown into /definitions/TestResult/properties/RefObjectIDsJSON Schema Diagram of /definitions/TestResult

Value

Object

Properties

Property Name Type Description
NameOfTest string A String value
TestStandardOrMethod string A String value
NumberOfTests integer A Integer value
RefObjectIDs array RefObjectIDs
SampleNumber string A String value
SamplePositionAcrossWidth string A String value
SamplePositionAlongLength string A String value
SamplePositionThroughThickness string A String value
TestOK boolean A Boolean value
TestValues array TestValues
Document object Attachment
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"TestResult": {
    "type": "object",
    "properties": {
        "NameOfTest": {
            "type": "string"
        },
        "TestStandardOrMethod": {
            "type": "string"
        },
        "NumberOfTests": {
            "type": "integer"
        },
        "RefObjectIDs": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "SampleNumber": {
            "type": "string"
        },
        "SamplePositionAcrossWidth": {
            "type": "string"
        },
        "SamplePositionAlongLength": {
            "type": "string"
        },
        "SamplePositionThroughThickness": {
            "type": "string"
        },
        "TestOK": {
            "type": "boolean"
        },
        "TestValues": {
            "type": "array",
            "items": {
                "$ref": "#/definitions/TestValues"
            }
        },
        "Document": {
            "$ref": "#/definitions/Attachment"
        }
    },
    "required": []
}
https://e-coc.org/schema/v1.0.0/MaterialCertification.json (23:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988