UNPKG

@trivia-api/models

Version:

Models for The Trivia API.

22 lines (21 loc) 555 B
"use strict"; /** * The valid set of categories that a question can have. * * @openapi * components: * schemas: * Category: * type: string * enum: * - music * - sport_and_leisure * - film_and_tv * - arts_and_literature * - history * - society_and_culture * - science * - geography * - food_and_drink * - general_knowledge */