ColorsAPIResponse
API response for colors used in the REX system.
dorms objectrequired
Colors for dorms, used for display in the booklet and on the website
property name*string<color>
groups objectrequired
Colors for groups within dorms, used for display in the booklet and on the website
property name* object
property name*string<color>
tags objectrequired
Colors for tags, used for display in the booklet and on the website
property name*string<color>
ColorsAPIResponse
{
"dorms": {},
"groups": {},
"tags": {}
}