io.kich.accomplishment

lexicon.store View official

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

metadata unknown Optional

Optional free-form metadata for extra accomplishment context.

type string Required

Accomplishment type key (e.g. first_made, first_recipe)

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "type",
      "createdAt"
    ],
    "properties": {
      "type": {
        "type": "string",
        "description": "Accomplishment type key (e.g. first_made, first_recipe)"
      },
      "metadata": {
        "type": "unknown",
        "description": "Optional free-form metadata for extra accomplishment context."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@