[bugfix] Schema reference should be in schema property.

EH/population-statistics-authorisation
Eric Hoekstra 1 year ago
parent 51d7d5bd83
commit 5df969ddda

@ -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.

Loading…
Cancel
Save