{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ClaimFeature", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the insurance claim." }, "statusCode": { "type": "string", "description": "Status code of the insurance claim." }, "status": { "type": "string", "description": "Status of the insurance claim." }, "statusDescription": { "type": "string", "description": "Status description of the insurance claim." } } }