{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/count_Response", "title": "count_Response", "type": "object", "properties": { "count": { "type": "number", "description": "", "example": 27 } }, "example": { "count": 27 }, "x-internal": false }