JSON Schema Definition 'Party'

Diagram

Drilldown into /definitions/AddProperties Drilldown into /definitions/PartyRole Drilldown into /definitions/Address Drilldown into /definitions/Party/properties/PartyIdentifier Drilldown into /definitions/Party/properties/PartyIdentifierJSON Schema Diagram of /definitions/Party

Value

Object

Properties

Property Name Type Description
PartyNo integer A Integer value
Description : For ease of reference in objecct of declaration
PartyName string A String value
PartyIdentifier array PartyIdentifier
PartyAddress object Address
PartyRole string PartyRole
AdditionalPartyProperties array AddProperties

Source

"Party": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "PartyNo": {
            "type": "integer",
            "description": "For ease of reference in objecct of declaration"
        },
        "PartyName": {
            "type": "string"
        },
        "PartyIdentifier": {
            "type": "array",
            "minItems": 1,
            "items": {
                "$ref": "#/definitions/CompanyIdentifier"
            }
        },
        "PartyAddress": {
            "$ref": "#/definitions/Address"
        },
        "PartyRole": {
            "$ref": "#/definitions/PartyRole"
        },
        "AdditionalPartyProperties": {
            "$ref": "#/definitions/AddProperties"
        }
    },
    "required": [
        "PartyName",
        "PartyAddress"
    ]
}
C:\Users\usr53200\Downloads\e-coc.json (101:21)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988