games.gamesgamesgamesgames.feed.generator

lexicon.store View official

Documentation

Record declaring a game feed generator. Can exist in any repository.

main record

Record declaring a game feed generator. Can exist in any repository.

Record Key any Any valid record key

Properties

acceptsInteractions boolean Optional

No description available.

avatar blob Optional

No description available.

maxSize: 1.0 MB
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
did string did Required

A decentralized identifier (DID).

displayName string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "did",
      "displayName",
      "createdAt"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "avatar": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg"
        ],
        "maxSize": 1000000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "displayName": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "acceptsInteractions": {
        "type": "boolean"
      }
    }
  },
  "description": "Record declaring a game feed generator. Can exist in any repository."
}

Lexicon Garden

@