games.gamesgamesgamesgames.actor.credit

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.actor.credit",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "game",
          "credits"
        ],
        "properties": {
          "game": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The game to which this profile is being credited."
          },
          "actor": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "credits": {
            "type": "array",
            "items": {
              "ref": "games.gamesgamesgamesgames.defs#creditEntry",
              "type": "ref"
            },
            "description": "The roles this profile played in the creation of the game."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "The name to be used if there is no profile associated with this credit, or the profile is inaccessible."
          }
        }
      },
      "description": "A relationship between a game and a profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.actor.credit

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreigc3mj2cknhpnj37pyhy234sxtgp2gicbme36twyprj4dozjfdgmy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.actor.credit

Referenced Schemas (1)

Lexicon Garden

@