{
"id": "fund.at.graph.dependency",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Declares a single dependency relationship. The record author depends on the referenced entity."
}