{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "entity_group_list_item", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "organization_count": { "type": "integer" }, "agency_count": { "type": "integer" }, "advertiser_count": { "type": "integer" }, "ec_count": { "type": "integer" }, "preview": { "type": "string" } } }