{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": [
{
"type": "object",
"properties": {
"buyerName": {
"type": "string"
},
"buyerPhoneNumber": {
"type": "string"
},
"commodity": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"countQuantity": {
"type": "string"
},
"discountProvider": {
"type": "string"
},
"discountType": {
"type": "string"
},
"discountValue": {
"type": "string"
},
"exitToEntryChargeAmount": {
"type": "string"
},
"identityQualifierCode": {
"type": "string"
},
"measurementUnit": {
"type": "string"
},
"orderUrl": {
"type": "string"
}
},
"required": [
"countQuantity",
"discountProvider",
"discountType",
"discountValue",
"exitToEntryChargeAmount",
"identityQualifierCode",
"measurementUnit",
"orderUrl"
]
}
]
},
"currencyTypeCode": {
"type": "string"
},
"exchangeRate": {
"type": "string"
},
"invoiceDate": {
"type": "string"
},
"invoiceNumber": {
"type": "string"
},
"invoiceURL": {
"type": "string"
},
"marketplaceName": {
"type": "string"
}
},
"required": [
"buyerName",
"buyerPhoneNumber",
"commodity",
"currencyTypeCode",
"exchangeRate",
"invoiceDate",
"invoiceNumber",
"invoiceURL",
"marketplaceName"
]
}
]
}