org.hypercerts.context.acknowledgement

hypercerts.org

{
  "id": "org.hypercerts.context.acknowledgement",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "acknowledged",
          "createdAt"
        ],
        "properties": {
          "comment": {
            "type": "string",
            "maxLength": 10000,
            "description": "Optional plain-text comment providing additional context or reasoning.",
            "maxGraphemes": 1000
          },
          "context": {
            "refs": [
              "org.hypercerts.defs#uri",
              "com.atproto.repo.strongRef"
            ],
            "type": "union",
            "description": "Context for the acknowledgement (e.g. the collection that includes an activity, or the activity that includes a contributor). A URI for a lightweight reference or a strong reference for content-hash verification."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The record being acknowledged (e.g. an activity, a contributor information record, an evaluation)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created."
          },
          "acknowledged": {
            "type": "boolean",
            "description": "Whether the relationship is acknowledged (true) or rejected (false)."
          }
        }
      },
      "description": "Acknowledges a record (subject) or its relationship in a context. Created in the acknowledging actor's repo to form a bidirectional link. Examples: a contributor acknowledging inclusion in an activity, an activity owner acknowledging inclusion in a collection, or a record owner acknowledging an evaluation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.hypercerts.context.acknowledgement

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

Metadata

DID
did:plc:s4puetfspot742ai7y4otuel
CID
bafyreihra6466mupbetmu2lrsr47kv3pik2hvpi35erlsm5c7tplhb7z5u
Indexed At
2026-03-19 20:27 UTC
AT-URI
at://did:plc:s4puetfspot742ai7y4otuel/com.atproto.lexicon.schema/org.hypercerts.context.acknowledgement

Referenced Schemas (1)

Lexicon Garden

@