{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionAuth0SendRequestParamsQueryParams", "title": "FlowActionAuth0SendRequestParamsQueryParams", "type": "object", "additionalProperties": { "oneOf": [ { "type": "number" }, { "type": "string" }, { "type": "null" } ] } }