APIResponse
colors objectrequired
dorms objectrequired
property name*string<color>
groups objectrequired
property name* object
property name*string<color>
tags objectrequired
property name*string<color>
dormsstring[]required
endstring<date>required
events object[]required
Array [
descriptionDescription (string)required
Possible values: <= 280 characters
dormstring[]required
endstring<date-time>required
group object
anyOf
- array
- null
Array [
string
]
null
idId (string)required
Unique identifier for the event
Possible values: <= 16 characters
locationLocation (string)required
Possible values: <= 50 characters
nameName (string)required
Possible values: <= 100 characters
startstring<date-time>required
tagsstring[]required
]
groups objectrequired
property name* string[]
Array [
string
]
nameName (string)required
publishedstring<date-time>required
startstring<date>required
tagsstring[]required
APIResponse
{
"colors": {
"dorms": {},
"groups": {},
"tags": {}
},
"dorms": [
"string"
],
"end": "2024-07-29",
"events": [
{
"description": "string",
"dorm": [
"string"
],
"end": "2024-07-29T15:51:28.071Z",
"group": [
"string"
],
"id": "string",
"location": "string",
"name": "string",
"start": "2024-07-29T15:51:28.071Z",
"tags": [
"string"
]
}
],
"groups": {},
"name": "string",
"published": "2024-07-29T15:51:28.071Z",
"start": "2024-07-29",
"tags": [
"string"
]
}