A declaration of a favorite client.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"favClient"
],
"properties": {
"favClient": {
"type": "string",
"maxLength": 32,
"description": "Set to your favorite client."
}
}
},
"description": "A declaration of a favorite client."
}