From 75607814bee5e08a0cb4abb3c757f4a63d353597 Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Wed, 10 Jan 2024 14:09:49 +0000 Subject: [PATCH] fixed --- rst-test-spec-schema.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rst-test-spec-schema.yaml b/rst-test-spec-schema.yaml index 8119228..6c8cf83 100644 --- a/rst-test-spec-schema.yaml +++ b/rst-test-spec-schema.yaml @@ -73,14 +73,14 @@ components: "^.+$": type: object schema: - $ref: "#/components/schemas/rstTestResource" + $ref: "#/components/schemas/rstResource" Errors: type: object patternProperties: "^.+$": type: object schema: - $ref: "#/components/schemas/rstTestError" + $ref: "#/components/schemas/rstError" rstTestSpecContact: description: | @@ -223,7 +223,7 @@ components: which can be used to validate this parameter. type: object - rstTestResource: + rstResource: type: object properties: Description: @@ -234,7 +234,7 @@ components: type: string format: url - rstTestError: + rstError: type: object properties: Description: