org.hypercerts.claim.rights

lexicon.store View official

{
  "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": "Human-readable name for these rights (e.g. 'All Rights Reserved', 'CC BY-SA 4.0')"
          },
          "rightsType": {
            "type": "string",
            "maxLength": 10,
            "description": "Short identifier code for this rights type (e.g. 'ARR', 'CC-BY-SA') to facilitate filtering and search"
          },
          "rightsDescription": {
            "type": "string",
            "maxLength": 10000,
            "description": "Detailed explanation of the rights holders' permissions, restrictions, and conditions",
            "maxGraphemes": 1000
          }
        }
      },
      "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:web:lexicon.store
CID
bafyreifi3mb5cx4qui3vdimntipktyralhvjtw6leoe56q2ffy5albyeyy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.hypercerts.claim.rights

Referenced Schemas (2)

Lexicon Garden

@