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