[bugfix] Schema was superfluous.

EH/population-statistics-authorisation
Eric Hoekstra 2 years ago
parent ec4a1b044f
commit 8f49609034

@ -26,25 +26,22 @@ get:
properties: properties:
deprived: deprived:
description: Number of patients living in a deprived neighborhood description: Number of patients living in a deprived neighborhood
schema: type: integer
type: integer format: int32
format: int32 minimum: 0
minimum: 0 example: 42
example: 42
regular: regular:
description: Number of patients living in a regular neighborhood description: Number of patients living in a regular neighborhood
schema: type: integer
type: integer format: int32
format: int32 minimum: 0
minimum: 0 example: 256
example: 256
unknown: unknown:
description: Number of patients either living in an unknown location or a known location with unknown depraved status description: Number of patients either living in an unknown location or a known location with unknown depraved status
schema: type: integer
type: integer format: int32
format: int32 minimum: 0
minimum: 0 example: 0
example: 0
400: 400:
$ref: '../zoo-api.yaml#/components/responses/ReqFailure' $ref: '../zoo-api.yaml#/components/responses/ReqFailure'
401: 401:

Loading…
Cancel
Save