{
"id": "systems.timker.hawlt.putNote",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"rkey",
"record"
],
"properties": {
"rkey": {
"type": "string",
"format": "record-key",
"description": "The record key (TID) for this note."
},
"record": {
"ref": "systems.timker.hawlt.note",
"type": "ref",
"description": "The note record to write."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Write a note record to the repo. Creates a new record at the given rkey."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:bazrmgio5a7x53v3pwpqnfds
- CID
-
bafyreiddb7kppeaxyvj27hucmqsob373uhiyhw7rrqc5elvvx4hcqwlyma
- Indexed At
- 2026-03-07 18:10 UTC
- AT-URI
-
at://did:plc:bazrmgio5a7x53v3pwpqnfds/com.atproto.lexicon.schema/systems.timker.hawlt.putNote