No description available.
Record Key
tid
Timestamp-based ID
Properties
contents
array
of
ref
#content
Required
No description available.
maxLength: 100 itemscreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 4096 bytesforcedEffect
string
Optional
No description available.
Allowed:
burning_flames, scorching_flames, sunbeams, cloud_9, arcana, chiroptera_inzanium, dark_fate, spellbound, vivid_plasma, purple_energy, blue_phosphorusname
string
Required
No description available.
maxLength: 128 bytesminLength: 1 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"contents",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 128,
"minLength": 1
},
"contents": {
"type": "array",
"items": {
"ref": "#content",
"type": "ref"
},
"maxLength": 100
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 4096
},
"forcedEffect": {
"enum": [
"burning_flames",
"scorching_flames",
"sunbeams",
"cloud_9",
"arcana",
"chiroptera_inzanium",
"dark_fate",
"spellbound",
"vivid_plasma",
"purple_energy",
"blue_phosphorus"
],
"type": "string"
}
}
}
}