com.suibari.nagi.news

suibari.com

{
  "id": "com.suibari.nagi.news",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "articleId",
          "url",
          "titleJa",
          "langs",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3
          },
          "titleJa": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "articleId": {
            "type": "string",
            "maxLength": 512
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "sourceName": {
            "type": "string",
            "maxLength": 2000,
            "maxGraphemes": 200
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.news

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreic5cfk2yvwatsibxvkrabuzgrgrwa6vrgztaer3ivf5jvnuhyndty
Indexed At
2026-07-22 17:49 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.news

Lexicon Garden

@