org.hypercerts.helper.workScopeTag

hypercerts.org

{
  "id": "org.hypercerts.helper.workScopeTag",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "key",
          "label"
        ],
        "properties": {
          "key": {
            "type": "string",
            "maxLength": 120,
            "description": "Lowercase, hyphenated machine-readable key for this scope (e.g., 'ipfs', 'go-lang', 'filecoin')."
          },
          "kind": {
            "type": "string",
            "maxLength": 50,
            "description": "Category type of this scope. Recommended values: topic, language, domain, method, tag."
          },
          "label": {
            "type": "string",
            "maxLength": 200,
            "description": "Human-readable label for this scope."
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Optional strong reference to a parent scope record for taxonomy/hierarchy support."
          },
          "aliases": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 200
            },
            "maxLength": 50,
            "description": "Optional array of alternative names or identifiers for this scope."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created"
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "Optional longer description of this scope.",
            "maxGraphemes": 1000
          },
          "externalReference": {
            "refs": [
              "org.hypercerts.defs#uri",
              "org.hypercerts.defs#smallBlob"
            ],
            "type": "union",
            "description": "Optional external reference for this scope as a URI or blob."
          }
        }
      },
      "description": "A reusable scope atom for work scope logic expressions. Scopes can represent topics, languages, domains, deliverables, methods, regions, tags, or other categorical labels."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.hypercerts.helper.workScopeTag

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@