org.stormlightlabs.malfestio.note

desertthunder.dev

{
  "id": "org.stormlightlabs.malfestio.note",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 100000,
            "description": "The body content of the note in Markdown format."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 100
            },
            "maxLength": 64,
            "description": "Tags associated with the note."
          },
          "links": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "uri"
              ],
              "properties": {
                "uri": {
                  "type": "string",
                  "format": "uri"
                },
                "type": {
                  "type": "string",
                  "maxLength": 100,
                  "description": "Type hint for the linked resource."
                },
                "title": {
                  "type": "string",
                  "maxLength": 500
                }
              }
            },
            "description": "External or internal links referenced in the note."
          },
          "title": {
            "type": "string",
            "maxLength": 300,
            "description": "Title of the note."
          },
          "language": {
            "type": "string",
            "maxLength": 20,
            "description": "Language code for the note content (e.g., 'en', 'es', 'fr')."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of creation."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of last update."
          },
          "visibility": {
            "type": "string",
            "default": "private",
            "maxLength": 100,
            "description": "Visibility setting for the note.",
            "knownValues": [
              "private",
              "unlisted",
              "public"
            ]
          }
        }
      },
      "description": "A standalone note containing rich text, tags, and links."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.stormlightlabs.malfestio.note

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xg2vq45muivyy3xwatcehspu
CID
bafyreiay3jxre3tbedwpjgfef2ryhfvssi2fsztekbh2nuxjejkjc3cnrm
Indexed At
2026-02-13 14:00 UTC
AT-URI
at://did:plc:xg2vq45muivyy3xwatcehspu/com.atproto.lexicon.schema/org.stormlightlabs.malfestio.note

Lexicon Garden

@