JSON Schema Property 'ShipTo'

Diagram

Drilldown into /properties/PODetail/properties/Items/items[0]/properties/ShipTo/oneOf[1] Drilldown into /properties/PODetail/properties/Items/items[0]/properties/ShipTo/oneOf[1] Drilldown into /properties/PODetail/properties/Items/items[0]/properties/ShipTo/oneOf[1] Drilldown into /definitions/Party/additionalProperties Drilldown into /definitions/Party/additionalProperties Drilldown into /definitions/Party/additionalProperties Drilldown into /definitions/Party/additionalProperties Drilldown into /definitions/Party Drilldown into /definitions/Address Drilldown into /definitions/Party/properties/PartyIdType Drilldown into /definitions/Party Drilldown into /definitions/Party Drilldown into /definitions/PartyJSON Schema Diagram of /properties/PODetail/properties/Items/items[0]/properties/ShipTo

Value

Any

Can contain any type of value (boolean, integer, number, string, object, array or null).

Additional Rules

OneOf

The JSON value must validate against ONE (and only one) of the following schema definitions.

Source

"ShipTo": {
    "oneOf": [
        {
            "$ref": "https://standards.namm.org/schema/2020.1/common.json#/definitions/Party"
        },
        {
            "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 (264:30)
Documentation for Purchase Order
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682