{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LoyaltyHandling", "title": "LoyaltyHandling", "type": "string", "enum": [ "Allowed", "Forbidden", "Processed", "Proposed", "Required" ] }