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
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."
}