farm.lore.invited

lore.farm

Documentation

Acceptance of an invitation to join a world. Written by the invited user to confirm their participation.

main record
1 example

Acceptance of an invitation to join a world. Written by the invited user to confirm their participation.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp of the invitation acceptance.

world string Required

The world domain the user is accepting an invitation to.

maxLength: 253 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "world",
      "createdAt"
    ],
    "properties": {
      "world": {
        "type": "string",
        "maxLength": 253,
        "description": "The world domain the user is accepting an invitation to."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of the invitation acceptance."
      }
    }
  },
  "description": "Acceptance of an invitation to join a world. Written by the invited user to confirm their participation."
}

Lexicon Garden

@