{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "responseCountObject", "type": "object", "properties": { "id": { "type": "string", "description": "id" }, "source": { "type": "string", "description": "source" }, "count": { "type": "string", "description": "source value" } } }