Record declaring a publication
Record Key
tid
Timestamp-based ID
Properties
base_path
string
Optional
No description available.
description
string
Optional
No description available.
maxLength: 2000 bytesicon
blob
Optional
No description available.
maxSize: 1.0 MBname
string
Required
No description available.
maxLength: 2000 bytespreferences
ref
#preferences
Optional
No description available.
theme
ref
#theme
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name"
],
"properties": {
"icon": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"name": {
"type": "string",
"maxLength": 2000
},
"theme": {
"ref": "#theme",
"type": "ref"
},
"base_path": {
"type": "string"
},
"description": {
"type": "string",
"maxLength": 2000
},
"preferences": {
"ref": "#preferences",
"type": "ref"
}
}
},
"description": "Record declaring a publication"
}