{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GatewaySecretReferenceOrLiteral", "title": "GatewaySecretReferenceOrLiteral", "description": "A literal value or a reference to an existing secret as a template string expression.\nThe value is stored and returned by the API as-is, not treated as sensitive information.\n", "type": "string", "minLength": 1, "x-expression": { "type": "string", "fields": [ "vault" ] } }