From 55909645a9fc729bb75dde24b14291fbf9dd9499 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Thu, 21 Dec 2023 21:13:55 +0530 Subject: [PATCH] feat: added information of xx extension in info.json --- definitions/3.0.0/info.json | 3 +++ extensions/0.1.0/{info.json => x.json} | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) rename extensions/0.1.0/{info.json => x.json} (83%) diff --git a/definitions/3.0.0/info.json b/definitions/3.0.0/info.json index bf8c1491..5e7db79b 100644 --- a/definitions/3.0.0/info.json +++ b/definitions/3.0.0/info.json @@ -60,6 +60,9 @@ ] } }, + "x": { + "$ref": "http://asyncapi.com/extensions/0.1.0/x.json" + }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://asyncapi.com/definitions/3.0.0/info.json" } \ No newline at end of file diff --git a/extensions/0.1.0/info.json b/extensions/0.1.0/x.json similarity index 83% rename from extensions/0.1.0/info.json rename to extensions/0.1.0/x.json index 9c16238a..eb095c22 100644 --- a/extensions/0.1.0/info.json +++ b/extensions/0.1.0/x.json @@ -1,5 +1,4 @@ { - "type": "object", "additionalProperties": false, "properties": { "x-x": { @@ -12,5 +11,5 @@ } }, "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "http://asyncapi.com/extensions/0.1.0/info.json" + "$id": "http://asyncapi.com/extensions/0.1.0/x.json" } \ No newline at end of file