{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntityCount", "title": "EntityCount", "type": "object", "properties": { "value": { "type": "integer", "description": "Number of entities matching the filter" } } }