From 9f9e56b664674487e126a27ee5cf480b25702dee Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:06:57 +0100 Subject: [PATCH] Update bindings/mqtt/0.2.0/operation.json --- bindings/mqtt/0.2.0/operation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/mqtt/0.2.0/operation.json b/bindings/mqtt/0.2.0/operation.json index 63dcc966..ab526cc4 100644 --- a/bindings/mqtt/0.2.0/operation.json +++ b/bindings/mqtt/0.2.0/operation.json @@ -6,7 +6,7 @@ "type": "object", "additionalProperties": false, "patternProperties": { - "^x-[\\w\\d\\.\\-\\_]+$": { + "^x-[\\w\\d\\.\\x2d_]+$": { "$ref": "http://asyncapi.com/definitions/3.0.0/specificationExtension.json" } },