social.respawn.list

respawn.social

Documentation

A curated list of games. Interaction settings are controlled by a social.respawn.feed.gate record with the same rkey.

main record

A curated list of games. Interaction settings are controlled by a social.respawn.feed.gate record with the same rkey.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description ref #description Optional

No description available.

items array of ref #item Optional

No description available.

maxLength: 1000 items
name string Required

No description available.

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
ranked boolean Optional

Whether item order represents a ranking.

slug string Required

URL slug, unique within the actor's repo. Generated from the name.

maxLength: 200 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "slug",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 1000,
        "maxGraphemes": 100
      },
      "slug": {
        "type": "string",
        "maxLength": 200,
        "description": "URL slug, unique within the actor's repo. Generated from the name."
      },
      "items": {
        "type": "array",
        "items": {
          "ref": "#item",
          "type": "ref"
        },
        "maxLength": 1000
      },
      "ranked": {
        "type": "boolean",
        "description": "Whether item order represents a ranking."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "ref": "#description",
        "type": "ref"
      }
    }
  },
  "description": "A curated list of games. Interaction settings are controlled by a social.respawn.feed.gate record with the same rkey."
}
description object

No description available.

Properties

text string Required

No description available.

maxLength: 30000 bytesmaxGraphemes: 3000 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "maxLength": 30000,
      "maxGraphemes": 3000
    },
    "facets": {
      "type": "array",
      "items": {
        "ref": "social.respawn.richtext.facet",
        "type": "ref"
      }
    }
  }
}
item object

No description available.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "game"
  ],
  "properties": {
    "game": {
      "ref": "social.respawn.defs#gameRef",
      "type": "ref"
    },
    "cover": {
      "ref": "social.respawn.defs#cover",
      "type": "ref"
    }
  }
}

Lexicon Garden

@