No description available.
Output
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"links": {
"ref": "#links",
"type": "ref"
},
"contact": {
"ref": "#contact",
"type": "ref"
},
"description": {
"type": "string"
}
}
},
"encoding": "application/json"
}
}