[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: parameters:
- name: refDate - name: refDate
in: query in: query
$ref: ../schemas/date.yaml
description: If omitted, today is taken. description: If omitted, today is taken.
schema:
$ref: ../schemas/date.yaml
responses: responses:
'200': '200':
description: All practices for which the care group takes responsibility. description: All practices for which the care group takes responsibility.

Loading…
Cancel
Save