{
"id": "at.marque.dns.getDsRecords",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "NotFound",
"description": "The specified domain was not found or has no DNSSEC keys."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"domain",
"ds"
],
"properties": {
"ds": {
"type": "array",
"items": {
"type": "object",
"properties": {
"digest": {
"type": "string"
},
"keyTag": {
"type": "integer"
},
"algorithm": {
"type": "integer"
},
"digestType": {
"type": "integer"
}
}
}
},
"domain": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"maxLength": 253,
"description": "The fully qualified domain name."
}
}
},
"description": "Fetch the DNSSEC DS (Delegation Signer) records for a domain to publish to the parent registrar."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get the DNSSEC DS records for a managed zone."
}
Metadata
- DID
-
did:plc:nckosudltxrtrjkt4zz4jy5y
- CID
-
bafyreifn3h4ukenstn653w4ka5agv4p2vpo223zeeunkn4mfpdwenvhaz4
- Indexed At
- 2026-06-15 14:58 UTC
- AT-URI
-
at://did:plc:nckosudltxrtrjkt4zz4jy5y/com.atproto.lexicon.schema/at.marque.dns.getDsRecords