tv.kikbak.profile

kikbak.tv

Documentation

kikbak app profile for discovery and TAP-style ingestion.

main record

kikbak app profile for discovery and TAP-style ingestion.

Record Key literal:self Fixed literal value

Properties

description string Optional

Longer description shown in directory surfaces.

maxLength: 4000 bytes
displayName string Required

Human-readable name for the app / profile.

maxLength: 640 bytes
website string uri Optional

A valid URI.

maxLength: 2048 bytes
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."
}

Lexicon Garden

@