From 92702462f8d144b7ef93dcd1c43950d58d609f8a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 2 Aug 2023 05:53:08 +0200 Subject: [PATCH] [careprogram] The URL response field wasnt showing in the API docs due to being misaligned --- schemas/CareProgram.yaml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/schemas/CareProgram.yaml b/schemas/CareProgram.yaml index 8e54f24..cc6dbed 100644 --- a/schemas/CareProgram.yaml +++ b/schemas/CareProgram.yaml @@ -61,15 +61,8 @@ properties: - casefinder type: string example: indicatorset - url: - description: |- - Only for `type: "link"` (Work in progress: For now also for `type: "casefinder"`). - type: string - example: '/indicators/casefinder?t=dm' - key: - description: |- - Only for `type: "indicatorset"`. - A unique string (always ASCII, no spaces) identifying this indicatorset. - Pass to `/qoc/indicatorset` API. - type: string - example: ZEL-dm2 + url: + description: |- + Only for `type: "link"` (Work in progress: For now also for `type: "casefinder"`). + type: string + example: '/indicators/casefinder?t=dm'