{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TotalFilter", "title": "TotalFilter", "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}$" } } }