{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OffersGetParametersStatus", "title": "OffersGetParametersStatus", "type": "string", "enum": [ "APPROVAL-SENT", "APPROVED", "DENIED", "DEPRECATED", "DRAFT", "OPENED", "SENT", "SENT-MANUALLY", "SIGNED" ] }