Merged in feature/demo-support (pull request #207)

Feature/demo support

* index logs now debug

* demo data loader
This commit is contained in:
Jay Brown
2026-02-02 19:08:08 +00:00
parent 63c12a2f44
commit 963ccc6553
15 changed files with 2240 additions and 314 deletions
+12
View File
@@ -3039,10 +3039,22 @@ components:
description: Message describing the cause.
maxLength: 256
example: "you must give me good information"
error_type:
type: string
description: Machine-readable error classification for programmatic handling.
maxLength: 64
example: "UserNotFound"
details:
type: string
description: Additional error details for debugging (sanitized).
maxLength: 512
example: "The specified user does not exist in Cognito"
required:
- message
example:
message: you must include a message
error_type: InvalidParameter
details: The email format is invalid
# Identity API schemas
IdentityRole: