From f2da4278db09eaf651b4fd1b94bbe85ce4cc8990 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 11 Nov 2024 14:07:50 +0100 Subject: [PATCH] [trivial] OpenAPI rendering apparently requires string quotes regardless of 'type' property. --- paths/qoc_checkupList_{setKey}.yaml | 2 +- schemas/pat-patUnid.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paths/qoc_checkupList_{setKey}.yaml b/paths/qoc_checkupList_{setKey}.yaml index e5a44cc..2238439 100644 --- a/paths/qoc_checkupList_{setKey}.yaml +++ b/paths/qoc_checkupList_{setKey}.yaml @@ -24,7 +24,7 @@ get: in: query description: |- Restricts the patient list to those born in the specified month and those with no birthdate (rare case). The list of gp's is limited to those who are responsible to the patients in the restricted list. The initial calculation of the call-up list is not affected by the parameter. - + If the parameter is omitted or specified outside its boundaries, then all patients are returned. required: false schema: diff --git a/schemas/pat-patUnid.yaml b/schemas/pat-patUnid.yaml index 774afca..174a5f9 100644 --- a/schemas/pat-patUnid.yaml +++ b/schemas/pat-patUnid.yaml @@ -3,4 +3,4 @@ description: |- use UUID, or has globally unique keys (e.g. very large numbers). Can be blank, but only if supplying GPIS does not send them. type: string -example: 1234 +example: "1234"