{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CategoryEnum", "title": "CategoryEnum", "enum": [ "business", "data", "design", "dev", "infra", "productivity" ], "type": "string", "description": "* `business` - Business Operations\n* `data` - Data & Analytics\n* `design` - Design & Content\n* `dev` - Developer Tools & APIs\n* `infra` - Infrastructure\n* `productivity` - Productivity & Collaboration" }