Skip to content

Commit

Permalink
clean up schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Feb 12, 2024
1 parent 268af2e commit dcfd9f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion lexicons/com/atproto/identity/signPlcMigrationOp.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
}
},
"output": {
"required": ["plcOp"],
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["plcOp"],
"properties": {
"plcOp": {
"type": "unknown",
Expand Down
4 changes: 2 additions & 2 deletions lexicons/com/atproto/repo/checkImportStatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"importedRepo": { "type": "boolean" },
"importRepoError": { "type": "string" },
"importedPrivateState": { "type": "boolean" },
"expectedBlobs": { "type": "number" },
"importedBlobs": { "type": "number" }
"expectedBlobs": { "type": "integer" },
"importedBlobs": { "type": "integer" }
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lexicons/com/atproto/server/finalizeExport.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"shouldDelete": {
"type": "boolean",
"description": "A recommendation to server on if they should delete the account or simply deactivate.",
"default": "false"
"default": false
}
}
}
Expand Down

0 comments on commit dcfd9f7

Please sign in to comment.