# com.remnant.note

> Published by [nickmvincent.bsky.social](https://lexicon.garden/identity/did:plc:doxvahqvyhyqf32v7wz7p5xk)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:doxvahqvyhyqf32v7wz7p5xk/com.remnant.note)
- [Documentation](https://lexicon.garden/lexicon/did:plc:doxvahqvyhyqf32v7wz7p5xk/com.remnant.note/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:doxvahqvyhyqf32v7wz7p5xk/com.remnant.note/examples)

## Raw Schema

```json
{
  "nsid": "com.remnant.note",
  "$type": "com.atproto.lexicon.schema",
  "lexicon": {
    "id": "com.remnant.note",
    "defs": {
      "main": {
        "key": "tid",
        "type": "record",
        "record": {
          "type": "object",
          "required": [
            "text",
            "createdAt"
          ],
          "properties": {
            "text": {
              "type": "string",
              "maxLength": 3000,
              "description": "Plaintext content of the note."
            },
            "createdAt": {
              "type": "string",
              "format": "datetime",
              "description": "ISO-8601 timestamp of when the note was created."
            }
          },
          "description": "A simple note record for the Remnant project."
        }
      }
    },
    "lexicon": 1
  },
  "version": 1,
  "updatedAt": "2025-10-11T21:23:15.898Z"
}
```
