fund.at.graph.dependency

at.fund

Documentation

A single dependency pointer. The subject is a DID identifying the upstream entity the author depends on.

main record

A single dependency pointer. The subject is a DID identifying the upstream entity the author depends on.

Record Key any Any valid record key

Properties

createdAt string datetime Optional

When this dependency was declared.

label string Optional

Human-readable name for this dependency (e.g. 'Bluesky', 'AT Protocol').

maxLength: 128 bytes
subject string Required

The dependency identifier: a DID (did:plc:..., did:web:...).

maxLength: 512 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject"
    ],
    "properties": {
      "label": {
        "type": "string",
        "maxLength": 128,
        "description": "Human-readable name for this dependency (e.g. 'Bluesky', 'AT Protocol')."
      },
      "subject": {
        "type": "string",
        "maxLength": 512,
        "description": "The dependency identifier: a DID (did:plc:..., did:web:...)."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this dependency was declared."
      }
    }
  },
  "description": "A single dependency pointer. The subject is a DID identifying the upstream entity the author depends on."
}

Lexicon Garden

@