beauty.cybernetic.trustcow.warrant

trustcow.cybernetic.beauty

{
  "id": "beauty.cybernetic.trustcow.warrant",
  "defs": {
    "main": {
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "description": "DID of the identity being warranted for"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the warrant was created"
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime",
            "description": "Optional expiration date for this warrant"
          },
          "trustLevel": {
            "type": "string",
            "description": "Level of trust being warranted",
            "knownValues": [
              "basic",
              "verified",
              "trusted",
              "highly-trusted"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 300,
            "description": "Optional description explaining the basis for this warrant"
          },
          "warrantType": {
            "type": "string",
            "description": "Type of warrant being provided",
            "knownValues": [
              "general",
              "business",
              "individual",
              "technical",
              "financial"
            ]
          }
        }
      },
      "description": "A warrant where one ATProto identity vouches for the trustworthiness of another identity"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against beauty.cybernetic.trustcow.warrant

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ah3egzlbahv35s722qydv225
CID
bafyreidwwhgkni4fwmtp6r5pkjqapia3455s4cybmrf2cigrmnkxvnyfxq
Indexed At
2026-01-09 15:57 UTC
AT-URI
at://did:plc:ah3egzlbahv35s722qydv225/com.atproto.lexicon.schema/beauty.cybernetic.trustcow.warrant

Lexicon Garden

@