# xyz.flatshcards.stack

> 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.stack)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5g5vtukf37g77dhfbvbrzrgy/xyz.flatshcards.stack/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5g5vtukf37g77dhfbvbrzrgy/xyz.flatshcards.stack/examples)

## Raw Schema

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