{
"id": "town.muni.arbiter.createDid",
"defs": {
"main": {
"type": "procedure",
"output": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"encoding": "application/json"
},
"description": "Create a new DID that will be managed by this service.\n\nA new arbiter will be created in order to manage access\nto the DID. The arbiter will be configured with a default\npolicy that sets the creator as the owner of the arbiter\nand allows them to change the DID document.\n\nThe policy can also be changed later.\n\nThe created DID will be returned"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}