xyz.flatshcards.stack

flatshcards.xyz

{
  "id": "xyz.flatshcards.stack",
  "main": {
    "key": "tid",
    "type": "record",
    "record": {
      "type": "object",
      "required": [
        "createdAt",
        "label"
      ],
      "properties": {
        "label": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1
        },
        "backLang": {
          "type": "string",
          "maxLength": 2,
          "minLength": 2,
          "maxGraphemes": 2
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "frontLang": {
          "type": "string",
          "default": "en",
          "maxLength": 2,
          "minLength": 2,
          "maxGraphemes": 2
        }
      },
      "description": "a stack of flashcards"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.flatshcards.stack

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@