TotalFilter schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-total-filter-schema.json", "title": "TotalFilter", "description": "TotalFilter schema from Adyen API", "type": "object", "properties": { "POIID": { "type": "string", "pattern": "^.+$" }, "SaleID": { "type": "string", "pattern": "^.+$" }, "OperatorID": { "type": "string", "pattern": "^.+$" }, "ShiftNumber": { "type": "string", "pattern": "^.+$" }, "TotalsGroupID": { "type": "string", "pattern": "^.{1,16}$" } } }