From 765f67df59df8e4fdbe1cc3d99351f47bde84adf Mon Sep 17 00:00:00 2001 From: Matatjahu Date: Mon, 6 Feb 2023 13:22:00 +0100 Subject: [PATCH] feat: channel's servers field allows references --- definitions/3.0.0/channel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/3.0.0/channel.json b/definitions/3.0.0/channel.json index bd7d9e63..8a945373 100644 --- a/definitions/3.0.0/channel.json +++ b/definitions/3.0.0/channel.json @@ -26,9 +26,9 @@ }, "servers": { "type": "array", - "description": "The names of the servers on which this channel is available. If absent or empty then this channel must be available on all servers.", + "description": "The references of the servers on which this channel is available. If absent or empty then this channel must be available on all servers.", "items": { - "type": "string" + "$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" }, "uniqueItems": true },