JSON Schema Definition 'Address'

Diagram

JSON Schema Diagram of /definitions/Address

Value

Object

Properties

Property Name Type Description
StreetAddress string A String value
City string A String value
State string A String value
PostalCode string A String value
CountryCode string A String value
Comment : countryCode nach ISO3166-1
AddAddressLine string A String value

Source

"Address": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "StreetAddress": {
            "type": "string"
        },
        "City": {
            "type": "string"
        },
        "State": {
            "type": "string"
        },
        "PostalCode": {
            "type": "string"
        },
        "CountryCode": {
            "type": "string",
            "$comment": "countryCode nach ISO3166-1"
        },
        "AddAddressLine": {
            "type": "string"
        }
    },
    "required": [
        "StreetAddress",
        "City",
        "PostalCode",
        "CountryCode"
    ]
}
C:\Users\usr53200\Downloads\e-coc.json (154:10)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988