atproto blogging
1{
2 "lexicon": 1,
3 "id": "com.atproto.identity.submitPlcOperation",
4 "defs": {
5 "main": {
6 "type": "procedure",
7 "description": "Validates a PLC operation to ensure that it doesn't violate a service's constraints or get the identity into a bad state, then submits it to the PLC registry",
8 "input": {
9 "encoding": "application/json",
10 "schema": {
11 "type": "object",
12 "required": [
13 "operation"
14 ],
15 "properties": {
16 "operation": {
17 "type": "unknown"
18 }
19 }
20 }
21 }
22 }
23 }
24}