From 98077dd71f6c582ff71ac32719c708c118132245 Mon Sep 17 00:00:00 2001 From: richardbruskiewich Date: Fri, 7 Jul 2023 19:59:02 -0700 Subject: [PATCH] added required forward slash to auxiliary_graphs value $ref --- TranslatorReasonerAPI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TranslatorReasonerAPI.yaml b/TranslatorReasonerAPI.yaml index 5851fdba..fe734c7c 100644 --- a/TranslatorReasonerAPI.yaml +++ b/TranslatorReasonerAPI.yaml @@ -507,7 +507,7 @@ components: Graph Edges and Result Analyses. These are referenced elsewhere by the dictionary key. additionalProperties: - $ref: '#components/schemas/AuxiliaryGraph' + $ref: '#/components/schemas/AuxiliaryGraph' nullable: true additionalProperties: false LogEntry: