network.attested.verify

johnandersen777.bsky.social View official

{
  "id": "network.attested.verify",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "valid",
            "signatures"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "The canonical attestation CID computed for the resolved record."
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "valid": {
              "type": "boolean",
              "description": "True if at least one attestation verified against the resolved record."
            },
            "workflow": {
              "type": "string",
              "description": "Optional workflow identifier the caller can use to require a specific set of attestation roles."
            },
            "signatures": {
              "ref": "network.attested.signature#signatures",
              "type": "ref",
              "description": "The verified signature entries (inline and/or remote strongRefs)."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the record to verify."
          }
        }
      },
      "description": "Verify the attestations on a record. Resolves the record at `uri`, recomputes the canonical attestation CID, and checks each entry in its signatures array: inline network.attested.signature entries are verified by ECDSA against `key`; remote strongRefs are resolved to network.attested.proof records whose `cid` must match the subject's canonical CID. Any network.attested.* speaker can call this to verify without re-deriving the CID machinery."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against network.attested.verify

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

Metadata

DID
did:plc:5svqtrhheairglgiiyvutzik
CID
bafyreie7uigtfgq32fbxwehicqjwvsaax3kjljpzevz2fkwvplaqkfezji
Indexed At
2026-07-26 20:05 UTC
AT-URI
at://did:plc:5svqtrhheairglgiiyvutzik/com.atproto.lexicon.schema/network.attested.verify

Referenced Schemas (1)

Lexicon Garden

@