ai.newnal.trustsquare.verification

bezalel-newnal.bsky.social

{
  "id": "ai.newnal.trustsquare.verification",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "issuer",
          "subject",
          "verificationId",
          "provider",
          "disclosure",
          "verifiedAt",
          "expiresAt",
          "attestation"
        ],
        "properties": {
          "issuer": {
            "type": "string",
            "format": "did",
            "description": "did:web:trustsquare.newnal.ai"
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "Must equal the repository DID."
          },
          "provider": {
            "type": "string",
            "knownValues": [
              "naver",
              "kakao",
              "toss",
              "pass",
              "mock-sms"
            ]
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime"
          },
          "disclosure": {
            "ref": "ai.newnal.trustsquare.defs#disclosure",
            "type": "ref"
          },
          "verifiedAt": {
            "type": "string",
            "format": "datetime"
          },
          "attestation": {
            "ref": "#attestation",
            "type": "ref"
          },
          "verificationId": {
            "type": "string",
            "maxLength": 64,
            "description": "Opaque id used for status/revocation lookups."
          }
        }
      },
      "description": "Public, PII-free proof that this account passed identity verification with the Newnal verifier. The attestation is a compact JWS signed by the issuer; the AppView rejects records whose signature or payload does not match."
    },
    "attestation": {
      "type": "object",
      "required": [
        "format",
        "kid",
        "value"
      ],
      "properties": {
        "kid": {
          "type": "string",
          "maxLength": 128,
          "description": "Key id in the issuer DID document."
        },
        "value": {
          "type": "string",
          "maxLength": 8192,
          "description": "Compact JWS over the canonical attestation payload (see 04-identity-verification.md)."
        },
        "format": {
          "type": "string",
          "knownValues": [
            "jws-compact"
          ]
        }
      },
      "description": "Verifier signature over the canonical attestation payload."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.newnal.trustsquare.verification

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

Metadata

DID
did:plc:75qhtany5zmo7d3i2ni5d7nf
CID
bafyreigzxqwzlex2abeholcxl36df46fmxjtrfm7ogyrvivhr2ntlgldma
Indexed At
2026-09-13 05:13 UTC
AT-URI
at://did:plc:75qhtany5zmo7d3i2ni5d7nf/com.atproto.lexicon.schema/ai.newnal.trustsquare.verification

Referenced Schemas (1)

Lexicon Garden

@