fm.freemix.attestation.proof

lex-publisher.freemix.fm

{
  "id": "fm.freemix.attestation.proof",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subjectUri",
          "subjectCid",
          "subjectCollection",
          "subjectDid",
          "purpose",
          "contentHash",
          "attestedAt"
        ],
        "properties": {
          "purpose": {
            "type": "string",
            "maxLength": 100,
            "description": "Purpose of the attestation",
            "knownValues": [
              "license-grant-witness",
              "attribution-witness",
              "track-publish-witness",
              "stem-publish-witness"
            ]
          },
          "attestedAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 100,
            "description": "Timestamp when the attestation was created"
          },
          "subjectCid": {
            "type": "string",
            "format": "cid",
            "maxLength": 200,
            "description": "CID of the record at time of attestation"
          },
          "subjectDid": {
            "type": "string",
            "format": "did",
            "maxLength": 2048,
            "description": "DID of the subject record's owner"
          },
          "subjectUri": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 3000,
            "description": "AT URI of the record being attested"
          },
          "contentHash": {
            "type": "string",
            "maxLength": 128,
            "description": "SHA-256 content hash of the attested record"
          },
          "subjectCollection": {
            "type": "string",
            "maxLength": 200,
            "description": "NSID of the subject record's collection"
          }
        }
      },
      "description": "A service attestation proving a FreeMix record existed with specific content at a specific time. Created by the FreeMix attestor service in its own repo as an independent witness."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fm.freemix.attestation.proof

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:bt7c6cqevgefnvej5cmgke4g
CID
bafyreidweekntvx5wtkkvskh7n32sowxk73updx4frqmf7gzglgkocjxnm
Indexed At
2026-04-10 02:38 UTC
AT-URI
at://did:plc:bt7c6cqevgefnvej5cmgke4g/com.atproto.lexicon.schema/fm.freemix.attestation.proof

Lexicon Garden

@