From 60eafa1cfccb148f1904200ad552edb86652f432 Mon Sep 17 00:00:00 2001 From: Brian Ruf <106116211+brian-comply0@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:01:59 -0400 Subject: [PATCH] Fixes an incorrect $ref for YAML Catalog (#100) Overriding the requirement for a second reviewer. This is a one-line change agreed to by me and Pirooz. There is nobody else in a position to review this change at this time. --- OSCALRestOpenAPI.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OSCALRestOpenAPI.json b/OSCALRestOpenAPI.json index 05ce7f1..b35991d 100644 --- a/OSCALRestOpenAPI.json +++ b/OSCALRestOpenAPI.json @@ -6448,7 +6448,7 @@ }, "application/yaml" : { "schema" : { - "$ref" : "#/components/schemas/OSCALCatalogPlan" + "$ref" : "#/components/schemas/OSCALCatalog" } } }