JSON Schema Definition 'Reference'

Diagram

Drilldown into /definitions/Reference/properties/Name Drilldown into /definitions/Reference/properties/Name Drilldown into /definitions/Reference/properties/NameJSON Schema Diagram of /definitions/Reference

Value

Object

Properties

Property Name Type Description
Name string Name
Value string A String value
Description : Value of business case reference
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"Reference": {
    "type": "object",
    "properties": {
        "Name": {
            "type": "string",
            "description": "Name of business case reference",
            "enum": [
                "OrderNo",
                "OrderPosition",
                "DeliveryNote",
                "OrderDate",
                "CustomerOrderNo",
                "DeliveryDate"
            ]
        },
        "Value": {
            "type": "string",
            "description": "Value of business case reference"
        }
    }
}
C:\Users\usr53200\Downloads\e-coc.json (355:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988