![JSON Schema Diagram of /properties/PODetail/properties/Items/items[0]/properties/ShipTo](images/property-shipto.png)
"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"
]
}
]
}