science.alt.dataset.verificationMethod

lexicon.store View official

{
  "id": "science.alt.dataset.verificationMethod",
  "defs": {
    "main": {
      "type": "string",
      "maxLength": 50,
      "description": "Verification method identifier for lens verification records. Known values correspond to token definitions in this Lexicon. New verification methods can be added as tokens without breaking changes.",
      "knownValues": [
        "codeReview",
        "formalProof",
        "signedHash",
        "automatedTest"
      ]
    },
    "codeReview": {
      "type": "token",
      "description": "Manual code review by a trusted party"
    },
    "signedHash": {
      "type": "token",
      "description": "Cryptographic signature over code hash at referenced commit"
    },
    "formalProof": {
      "type": "token",
      "description": "Machine-checkable correctness proof (Coq, Lean, etc.)"
    },
    "automatedTest": {
      "type": "token",
      "description": "Automated test suite verification"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against science.alt.dataset.verificationMethod

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreibp6iudp3dwgrrhttiuz7hdnfdls5pmiv24o5xgo4545ds2hfijqu
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/science.alt.dataset.verificationMethod

Lexicon Garden

@