Checkpoint before e2e test

This commit is contained in:
Richard Lee
2026-04-04 16:50:19 -07:00
parent e6d2da4716
commit 24ce07949e
21 changed files with 1269 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"canGrantAwards": {
"type": "boolean"
}
},
"required": [
"canGrantAwards"
],
"title": "CodexAvatarAdminCapabilitiesReadResponse",
"type": "object"
}