{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UnsupportedSendStrategy", "title": "UnsupportedSendStrategy", "type": "object", "properties": { "method": { "type": "string", "enum": [ "unsupported" ] } }, "required": [ "method" ] }