{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ClaimSearch", "type": "object", "properties": { "claimId": { "type": "string", "description": "Insurance claim identifier, cardholder should be able to retrieve once the claim is submitted on the target website." }, "postalCode": { "type": "string", "description": "Postal code associated with insurance claim." }, "preferredLanguage": { "type": "string", "description": "User's preferred language in localized ISO 639-1 format such as pt-BR" } } }