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