{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"lastUpdatedDateTime": {
"type": "string"
},
"analyzeResult": {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"readResults": {
"type": "array",
"items": {
"type": "object",
"properties": {
"page": {
"type": "integer"
},
"angle": {
"type": "number"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"unit": {
"type": "string"
}
},
"required": [
"page",
"angle",
"width",
"height",
"unit"
]
}
},
"documentResults": {
"type": "array",
"items": {
"type": "object",
"properties": {
"docType": {
"type": "string"
},
"pageRange": {
"type": "array",
"items": {
"type": "integer"
}
},
"fields": {
"type": "object",
"properties": {
"Items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueArray": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueObject": {
"type": "object",
"properties": {
"Name": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueString": {
"type": "string"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array"
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"Quantity": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueNumber": {
"type": "integer"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"TotalPrice": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueNumber": {
"type": "integer"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
}
}
}
},
"required": [
"type",
"valueObject"
]
}
}
}
},
"MerchantAddress": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueString": {
"type": "string"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array"
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"MerchantPhoneNumber": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valuePhoneNumber": {
"type": "string"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"ReceiptType": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueString": {
"type": "string"
},
"confidence": {
"type": "number"
}
}
},
"Subtotal": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueNumber": {
"type": "integer"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"Tax": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueNumber": {
"type": "number"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"Tip": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueNumber": {
"type": "number"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"Total": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueNumber": {
"type": "number"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"TransactionDate": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueDate": {
"type": "string"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
},
"TransactionTime": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"valueTime": {
"type": "string"
},
"text": {
"type": "string"
},
"boundingBox": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
},
"confidence": {
"type": "number"
}
}
}
}
}
},
"required": [
"docType",
"pageRange",
"fields"
]
}
}
}
}
}
}
This is my schema, I've tried filtering and using the select action and I am still stuck, maybe I'm dumb but I cannot identify the issue with this