# xyz.flatshcards.card

> Published by [flatshcards.xyz](https://lexicon.garden/identity/did:plc:5g5vtukf37g77dhfbvbrzrgy)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5g5vtukf37g77dhfbvbrzrgy/xyz.flatshcards.card)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5g5vtukf37g77dhfbvbrzrgy/xyz.flatshcards.card/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5g5vtukf37g77dhfbvbrzrgy/xyz.flatshcards.card/examples)

## Raw Schema

```json
{
  "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
}
```
