Skip to content

Commit

Permalink
spec/api.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmurphy authored and github-actions[bot] committed Nov 8, 2024
1 parent a1edea9 commit 80f633a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lexicons/com/atproto/repo/applyWrites.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"required": ["collection", "value"],
"properties": {
"collection": { "type": "string", "format": "nsid" },
"rkey": { "type": "string", "maxLength": 15 },
"rkey": { "type": "string", "maxLength": 512 },
"value": { "type": "unknown" }
}
},
Expand Down
2 changes: 1 addition & 1 deletion lexicons/com/atproto/repo/createRecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"rkey": {
"type": "string",
"description": "The Record Key.",
"maxLength": 15
"maxLength": 512
},
"validate": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion lexicons/com/atproto/repo/putRecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rkey": {
"type": "string",
"description": "The Record Key.",
"maxLength": 15
"maxLength": 512
},
"validate": {
"type": "boolean",
Expand Down
6 changes: 3 additions & 3 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -14433,7 +14433,7 @@
"rkey": {
"type": "string",
"description": "The Record Key.",
"maxLength": 15
"maxLength": 512
},
"validate": {
"type": "boolean",
Expand Down Expand Up @@ -15247,7 +15247,7 @@
"rkey": {
"type": "string",
"description": "The Record Key.",
"maxLength": 15
"maxLength": 512
},
"validate": {
"type": "boolean",
Expand Down Expand Up @@ -27732,7 +27732,7 @@
},
"rkey": {
"type": "string",
"maxLength": 15
"maxLength": 512
},
"value": {}
}
Expand Down

0 comments on commit 80f633a

Please sign in to comment.