{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RequiredClaimDocuments", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the document required for an insurance claim." }, "description": { "type": "string", "description": "Description of the document required for an insurance claim." }, "isReceived": { "type": "boolean", "description": "Received indicator of the insurance claim document." }, "category": { "type": "string", "description": "Category of the document required for an insurance claim." } } }