JSON Schema /properties/PODetail/properties/Items/items[0]/properties/ShipTo/oneOf[1]

Diagram

JSON Schema Diagram of /properties/PODetail/properties/Items/items[0]/properties/ShipTo/oneOf[1]

Value

Object

Properties

Property Name Type Description
Name string A String value where length <= 35
Address any
Any type of value (boolean, integer, number, string, object, array or null).
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

{
    "type": "object",
    "properties": {
        "Name": {
            "type": "string",
            "maxLength": 35
        },
        "Address": {
            "#ref": "https://standards.namm.org/schema/common.json#Address"
        }
    },
    "required": [
        "Address",
        "Name"
    ]
}
https://standards.namm.org/schema/2020.1/purchase_order.json (269:38)
Documentation for Purchase Order
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682