io.kich.profile

kich.io

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When this profile was created

description string Optional

Optional description or bio for this Kitchen profile

maxLength: 500 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this profile was created"
      },
      "description": {
        "type": "string",
        "maxLength": 500,
        "description": "Optional description or bio for this Kitchen profile"
      }
    }
  }
}

Lexicon Garden

@