com.kipclip.tag

kipclip.com

Documentation

A user-defined tag for organizing bookmarks

main record

A user-defined tag for organizing bookmarks

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp when tag was created

value string Required

The tag text

maxLength: 64 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "value",
      "createdAt"
    ],
    "properties": {
      "value": {
        "type": "string",
        "maxLength": 64,
        "description": "The tag text"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when tag was created"
      }
    }
  },
  "description": "A user-defined tag for organizing bookmarks"
}

Lexicon Garden

@