From afad192269ede68cc1bd70e3e8e58f215fa106fa Mon Sep 17 00:00:00 2001 From: Matatjahu Date: Wed, 27 Jul 2022 13:18:25 +0200 Subject: [PATCH] update externalDocs --- definitions/3.0.0/asyncapi.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/definitions/3.0.0/asyncapi.json b/definitions/3.0.0/asyncapi.json index 46e750bd..88eff0a6 100644 --- a/definitions/3.0.0/asyncapi.json +++ b/definitions/3.0.0/asyncapi.json @@ -59,7 +59,14 @@ "uniqueItems": true }, "externalDocs": { - "$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json" + "oneOf": [ + { + "$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" + }, + { + "$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json" + } + ] } } } \ No newline at end of file