org.okazu-diary.material.external

okazu-diary.org

{
  "id": "org.okazu-diary.material.external",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "uri": {
            "type": "string",
            "format": "uri",
            "description": "URI of the material, typically an HTTP(S) URL. If the URL is of a Web interface for an AT resource (such as a `bsky.app` URL), the record should also include the `record` property referencing the AT resource."
          },
          "via": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to an `org.okazu-diary.feed.material` record from another repository from which this collection item is derived. Clients can use this property to offer the user to update this record if the original record have updated from the referenced version."
          },
          "tags": {
            "type": "array",
            "items": {
              "ref": "org.okazu-diary.material.defs#tag",
              "type": "ref"
            },
            "maxLength": 64,
            "description": "User-specified tags for the material."
          },
          "thumb": {
            "ref": "#thumb",
            "type": "ref",
            "description": "Link to a thumbnail of the material, typically taken from the material's HTML metadata."
          },
          "title": {
            "type": "string",
            "description": "Title of the material, typically taken from the material's HTML `<title>` element."
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "User-specified self-label values for the material. While the Lexicon by its nature assumes the material to be possibly sensitive by default, these label values are intended to signal that a warning should be put on the material even for the explicit Okazu-Diary.org application users who are willing to see mature contents in general."
          },
          "record": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to a record representing the material, such as a Bluesky post."
          },
          "description": {
            "type": "string",
            "description": "Description of the material, typically taken from the material's HTML metadata."
          },
          "genericLabels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "General-purpose self-label values primarily for consumption by generic AT clients who may not expect the sensitive nature of this Lexicon. Publishers of this record are strongly recommended to always include at least one of the protocol-global label values; namely, `porn`, `sexual`, `graphic-media`, and `nudity`, unless the material and tags are all known to be safe by themselves. It is the safest to unconditionally include the `sexual` value, which has the `adultOnly` semantics, but it is acceptable to use a stronger (`porn`/`graphic-media`) or more moderate (`nudity`) value instead if the user decides so."
          }
        }
      },
      "description": "A descriptor of a pornographic material."
    },
    "thumb": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.okazu-diary.material.external

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xhvreb3sb62k5u73jkjt64jr
CID
bafyreiheaomny3id4rklykdx2g4e7zme3jazl3gg7v46lenbqpyfsvapoe
Indexed At
2026-02-13 14:00 UTC
AT-URI
at://did:plc:xhvreb3sb62k5u73jkjt64jr/com.atproto.lexicon.schema/org.okazu-diary.material.external

Referenced Schemas (2)

Lexicon Garden

@