From 05ad42f3df28c9acdc294cab4b587866a2190e03 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Thu, 27 Oct 2022 09:17:35 +0300 Subject: [PATCH] add ability to add references to the schema type --- types/componentObject.json | 3 ++- types/operationObject.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/types/componentObject.json b/types/componentObject.json index db227b1..56ff2a9 100644 --- a/types/componentObject.json +++ b/types/componentObject.json @@ -77,7 +77,8 @@ "integer", "boolean", "array", - "object" + "object", + "reference" ] }, "anyParameter": { diff --git a/types/operationObject.json b/types/operationObject.json index 7bb64e7..6a3701f 100644 --- a/types/operationObject.json +++ b/types/operationObject.json @@ -83,7 +83,8 @@ "integer", "boolean", "array", - "object" + "object", + "reference" ] }, "anyParameter": {