No description available.
tid
Timestamp-based ID
Properties
base
ref
#colorSet
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 300 bytesmaxGraphemes: 300 graphemesmode
string
Required
No description available.
light, darkname
string
Required
No description available.
maxLength: 64 bytesmaxGraphemes: 48 graphemesrecommendedPair
string
at-uri
Optional
Theme recommended for the opposite appearance mode.
special
union
Optional
Generator metadata requiring special client support. Unsupported union variants may be hidden.
updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
variants
array
of
ref
#variant
Optional
No description available.
maxLength: 11 itemsView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"mode",
"base",
"createdAt"
],
"properties": {
"base": {
"ref": "#colorSet",
"type": "ref"
},
"mode": {
"type": "string",
"knownValues": [
"light",
"dark"
]
},
"name": {
"type": "string",
"maxLength": 64,
"maxGraphemes": 48
},
"special": {
"refs": [
"app.witchsky.theme.defs#materialYou",
"app.witchsky.theme.defs#hue"
],
"type": "union",
"closed": false,
"description": "Generator metadata requiring special client support. Unsupported union variants may be hidden."
},
"variants": {
"type": "array",
"items": {
"ref": "#variant",
"type": "ref"
},
"maxLength": 11
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 300,
"maxGraphemes": 300
},
"recommendedPair": {
"type": "string",
"format": "at-uri",
"description": "Theme recommended for the opposite appearance mode."
}
}
}
}