From 5df969dddace7acdd61871d4e12e4898be1570cf Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Tue, 2 Jul 2024 13:46:53 +0200 Subject: [PATCH] [bugfix] Schema reference should be in schema property. --- paths/customer_careprogram.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paths/customer_careprogram.yaml b/paths/customer_careprogram.yaml index fc24c3a..1842b1d 100644 --- a/paths/customer_careprogram.yaml +++ b/paths/customer_careprogram.yaml @@ -10,8 +10,9 @@ get: parameters: - name: refDate in: query - $ref: ../schemas/date.yaml description: If omitted, today is taken. + schema: + $ref: ../schemas/date.yaml responses: '200': description: All practices for which the care group takes responsibility.