{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TeamTaxonomyItem", "title": "TeamTaxonomyItem", "additionalProperties": false, "properties": { "count": { "title": "Count", "type": "integer" }, "event": { "title": "Event", "type": "string" } }, "required": [ "count", "event" ], "type": "object" }