xyz.flatshcards.card

flatshcards.xyz

{
  "id": "xyz.flatshcards.card",
  "main": {
    "key": "tid",
    "type": "record",
    "record": {
      "type": "object",
      "required": [
        "backLang",
        "backText",
        "createdAt",
        "frontLang",
        "frontText",
        "stackId"
      ],
      "properties": {
        "stackId": {
          "type": "string",
          "format": "record-key"
        },
        "backLang": {
          "type": "string",
          "maxLength": 2,
          "minLength": 2,
          "maxGraphemes": 2
        },
        "backText": {
          "type": "string",
          "maxLength": 4096,
          "minLength": 1
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "frontLang": {
          "type": "string",
          "maxLength": 2,
          "minLength": 2,
          "maxGraphemes": 2
        },
        "frontText": {
          "type": "string",
          "maxLength": 4096,
          "minLength": 1
        }
      },
      "description": "a single flashcard"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.flatshcards.card

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5g5vtukf37g77dhfbvbrzrgy
CID
bafyreiadb2sgjt7xueboomm7qf52vqediltvsmwqorpgbihtyikmkuvwnu
Indexed At
2026-01-09 17:42 UTC
AT-URI
at://did:plc:5g5vtukf37g77dhfbvbrzrgy/com.atproto.lexicon.schema/xyz.flatshcards.card

Lexicon Garden

@