{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowsVaultConnectionAppIdAirtableEnum", "title": "FlowsVaultConnectionAppIdAirtableEnum", "type": "string", "description": "Flows Vault Connection app identifier.", "minLength": 1, "maxLength": 55, "enum": [ "AIRTABLE" ] }