{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MonthObject",
"title": "MonthObject",
"type": "string",
"enum": [
"`JANUARY`: Schedule the event in January.",
"`FEBRUARY`: Schedule the event in February.",
"`MARCH`: Schedule the event in March.",
"`APRIL`: Schedule the event in April.",
"`MAY`: Schedule the event in May.",
"`JUNE`: Schedule the event in June.",
"`JULY`: Schedule the event in July.",
"`AUGUST`: Schedule the event in August.",
"`SEPTEMBER`: Schedule the event in September.",
"`OCTOBER`: Schedule the event in October.",
"`NOVEMBER`: Schedule the event in November.",
"`DECEMBER`: Schedule the event in December."
]
}