comAtprotoTempAddReservedHandle top-level constant
com.atproto.temp.addReservedHandle
Implementation
const comAtprotoTempAddReservedHandle = <String, dynamic>{
"lexicon": 1,
"id": "com.atproto.temp.addReservedHandle",
"defs": {
"main": {
"type": "procedure",
"description": "Add a handle to the set of reserved handles.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["handle"],
"properties": {
"handle": {"type": "string"}
}
}
},
"output": {
"encoding": "application/json",
"schema": {"type": "object", "properties": {}}
}
}
}
};