{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CurrentObsGroup", "title": "CurrentObsGroup", "type": "object", "properties": { "count": { "type": "integer", "description": "Count of found observations", "example": 1 }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/CurrentObs" } } } }