org.hypercerts.claim.rights

hypercerts.org

{
  "id": "org.hypercerts.claim.rights",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "rightsName",
          "rightsType",
          "rightsDescription",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created"
          },
          "attachment": {
            "refs": [
              "org.hypercerts.defs#uri",
              "org.hypercerts.defs#smallBlob"
            ],
            "type": "union",
            "description": "An attachment to define the rights further, e.g. a legal document."
          },
          "rightsName": {
            "type": "string",
            "maxLength": 100,
            "description": "Full name of the rights"
          },
          "rightsType": {
            "type": "string",
            "maxLength": 10,
            "description": "Short rights identifier for easier search"
          },
          "rightsDescription": {
            "type": "string",
            "description": "Description of the rights of this hypercert"
          }
        }
      },
      "description": "Describes the rights that a contributor and/or an owner has, such as whether the hypercert can be sold, transferred, and under what conditions."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.hypercerts.claim.rights

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

Metadata

DID
did:plc:s4puetfspot742ai7y4otuel
CID
bafyreiabc4kqhdmjpo66ifcrw4odbe6wakq46xekzdnxz4ehrux3qeswyq
Indexed At
2026-02-13 13:59 UTC
AT-URI
at://did:plc:s4puetfspot742ai7y4otuel/com.atproto.lexicon.schema/org.hypercerts.claim.rights

Referenced Schemas (2)

Lexicon Garden

@