link.latr.saved.defs

samclemente.me

{
  "id": "link.latr.saved.defs",
  "defs": {
    "record": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "value"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "value": {
          "ref": "link.latr.saved.item",
          "type": "ref"
        }
      }
    },
    "simpleOk": {
      "type": "object",
      "required": [
        "ok"
      ],
      "properties": {
        "ok": {
          "type": "boolean"
        }
      }
    },
    "saveResult": {
      "type": "object",
      "required": [
        "ok",
        "kind"
      ],
      "properties": {
        "ok": {
          "type": "boolean"
        },
        "kind": {
          "type": "string",
          "maxLength": 16,
          "knownValues": [
            "url",
            "subject"
          ],
          "maxGraphemes": 16
        },
        "storage": {
          "type": "string",
          "maxLength": 16,
          "knownValues": [
            "native",
            "external"
          ],
          "maxGraphemes": 16
        },
        "subjectUri": {
          "type": "string",
          "format": "at-uri",
          "maxLength": 8192,
          "maxGraphemes": 2048
        },
        "linkedWebUrl": {
          "type": "string",
          "format": "uri",
          "maxLength": 8192,
          "maxGraphemes": 2048
        }
      }
    },
    "migrationResult": {
      "type": "object",
      "required": [
        "ok",
        "externalCopied",
        "itemsCopied",
        "externalDeleted",
        "itemsDeleted"
      ],
      "properties": {
        "ok": {
          "type": "boolean"
        },
        "itemsCopied": {
          "type": "integer",
          "minimum": 0
        },
        "itemsDeleted": {
          "type": "integer",
          "minimum": 0
        },
        "externalCopied": {
          "type": "integer",
          "minimum": 0
        },
        "externalDeleted": {
          "type": "integer",
          "minimum": 0
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against link.latr.saved.defs

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

Metadata

DID
did:plc:qy5pluw2bsuq2x6albsgkvx3
CID
bafyreiehocjr2zib5zn6fax7oh4jujfwfbjrepyryqj5irf5vjba7izsom
Indexed At
2026-08-15 17:31 UTC
AT-URI
at://did:plc:qy5pluw2bsuq2x6albsgkvx3/com.atproto.lexicon.schema/link.latr.saved.defs

Referenced Schemas (1)

Lexicon Garden

@