xyz.flatshcards.cards

flatshcards.xyz

{
  "id": "xyz.flatshcards.cards",
  "defs": {
    "card": {
      "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"
      }
    },
    "stack": {
      "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.cards

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@