blue.trilinesat.diary

suibari.com

{
  "id": "blue.trilinesat.diary",
  "defs": {
    "line": {
      "type": "object",
      "required": [
        "text"
      ],
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 3000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 1000000
        }
      }
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "lines",
          "createdAt",
          "authorDid"
        ],
        "properties": {
          "lines": {
            "type": "array",
            "items": {
              "ref": "#line",
              "type": "ref"
            }
          },
          "hubRef": {
            "type": "string",
            "format": "did",
            "description": "DID of the hub for global feed aggregation"
          },
          "authorDid": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sharedPost": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.trilinesat.diary

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreig75wtl7ezhj3igzptntpz4hlall5lfns5grdcjliqsvoy73fbkai
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/blue.trilinesat.diary

Lexicon Garden

@