games.gamesgamesgamesgames.slug

lexicon.store View official

Documentation

A human-readable/writable slug pointing to a separate record by the slug's creator.

main record

A human-readable/writable slug pointing to a separate record by the slug's creator.

Record Key any Any valid record key

Properties

ref string at-uri Required

AT URI of the record this slug points to.

slug string Required

The human-readable slug value used in URLs.

maxLength: 64 bytesminLength: 1 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "slug",
      "ref"
    ],
    "properties": {
      "ref": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the record this slug points to."
      },
      "slug": {
        "type": "string",
        "maxLength": 64,
        "minLength": 1,
        "description": "The human-readable slug value used in URLs."
      }
    }
  },
  "description": "A human-readable/writable slug pointing to a separate record by the slug's creator."
}

Lexicon Garden

@