From 8f4960903411066b97f667bb580b3805e0a7ff05 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Fri, 17 May 2024 10:05:46 +0200 Subject: [PATCH] [bugfix] Schema was superfluous. --- paths/population_statistics_deprived.yaml | 27 ++++++++++------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/paths/population_statistics_deprived.yaml b/paths/population_statistics_deprived.yaml index 0a3bb72..6ef80de 100644 --- a/paths/population_statistics_deprived.yaml +++ b/paths/population_statistics_deprived.yaml @@ -26,25 +26,22 @@ get: properties: deprived: description: Number of patients living in a deprived neighborhood - schema: - type: integer - format: int32 - minimum: 0 - example: 42 + type: integer + format: int32 + minimum: 0 + example: 42 regular: description: Number of patients living in a regular neighborhood - schema: - type: integer - format: int32 - minimum: 0 - example: 256 + type: integer + format: int32 + minimum: 0 + example: 256 unknown: description: Number of patients either living in an unknown location or a known location with unknown depraved status - schema: - type: integer - format: int32 - minimum: 0 - example: 0 + type: integer + format: int32 + minimum: 0 + example: 0 400: $ref: '../zoo-api.yaml#/components/responses/ReqFailure' 401: