kikbak app profile for discovery and TAP-style ingestion.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"displayName"
],
"properties": {
"website": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"description": {
"type": "string",
"maxLength": 4000,
"description": "Longer description shown in directory surfaces."
},
"displayName": {
"type": "string",
"maxLength": 640,
"description": "Human-readable name for the app / profile."
}
}
},
"description": "kikbak app profile for discovery and TAP-style ingestion."
}