{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionJwtDecodeJwtParams", "title": "FlowActionJwtDecodeJwtParams", "type": "object", "additionalProperties": false, "required": [ "token" ], "properties": { "token": { "type": "string", "maxLength": 10000 } } }