com.skybemoreblue.intro.introduction

skybemoreblue.com

{
  "id": "com.skybemoreblue.intro.introduction",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 3000,
            "description": "Introduction text content",
            "maxGraphemes": 300
          },
          "lang": {
            "type": "string",
            "format": "language",
            "description": "Language of the introduction text"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 200,
              "maxGraphemes": 20
            },
            "maxLength": 10,
            "description": "Tags associated with the introduction"
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the user being introduced"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the introduction creation"
          }
        }
      },
      "description": "A record to introduce one user to the community"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.skybemoreblue.intro.introduction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:egwqaqdwly5zpjbha3sbjgl2
CID
bafyreicepei2ym7424htv5fkqtsfgxrhag75jozkxtmjkdmtlsq5ztqr4a
Indexed At
2026-02-13 13:52 UTC
AT-URI
at://did:plc:egwqaqdwly5zpjbha3sbjgl2/com.atproto.lexicon.schema/com.skybemoreblue.intro.introduction

Lexicon Garden

@