Checkpoint before e2e test

This commit is contained in:
Richard Lee
2026-04-06 15:08:56 -07:00
parent 24ce07949e
commit 9f3986e6b4
20 changed files with 1280 additions and 174 deletions

View File

@@ -3,10 +3,14 @@
"properties": {
"canGrantAwards": {
"type": "boolean"
},
"canGrantProofDropBoxes": {
"type": "boolean"
}
},
"required": [
"canGrantAwards"
"canGrantAwards",
"canGrantProofDropBoxes"
],
"title": "CodexAvatarAdminCapabilitiesReadResponse",
"type": "object"