ComplaintList schema from 1Factory API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-complaint-list-schema.json", "title": "ComplaintList", "description": "ComplaintList schema from 1Factory API", "type": "array", "items": { "$ref": "#/components/schemas/Complaint" }, "minItems": 0, "maxItems": 500 }