From aa05209b06e55083bf9e8dbc1f06872d25e0923c Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 24 Jun 2024 05:40:36 +0200 Subject: [PATCH] fix relative path errors --- zoo-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zoo-api.yaml b/zoo-api.yaml index db4b040..8eed09c 100644 --- a/zoo-api.yaml +++ b/zoo-api.yaml @@ -112,7 +112,7 @@ components: The JWT token must be authorized for this entity. required: false schema: - $ref: '../schemas/agb.yaml' + $ref: schemas/agb.yaml AgbCareGroup: name: agb in: query @@ -122,7 +122,7 @@ components: authenticating JWT token, it must be a query parameter. The JWT token must be authorized for this entity. required: false schema: - $ref: '../schemas/agb.yaml' + $ref: schemas/agb.yaml Pretty: name: pretty in: query