Defines what the forum is - name, description, etc.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"accent": {
"type": "string",
"maxLength": 7,
"minLength": 7
},
"description": {
"type": "string",
"maxLength": 300
}
}
},
"description": "Defines what the forum is - name, description, etc."
}