From 92dbfd8464eade9a117ecffb202a8963386980df Mon Sep 17 00:00:00 2001 From: Nick Gagliardi Date: Thu, 6 Aug 2026 11:06:52 -0400 Subject: [PATCH] update logs schema --- main/docs/oas/tenant-logs/logs-schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/docs/oas/tenant-logs/logs-schema.json b/main/docs/oas/tenant-logs/logs-schema.json index 5ffefac460..926d96618d 100644 --- a/main/docs/oas/tenant-logs/logs-schema.json +++ b/main/docs/oas/tenant-logs/logs-schema.json @@ -33495,7 +33495,8 @@ "body": { "properties": { "app_metadata": { - "type": "object" + "type": "object", + "description": "App metadata included directly in the signup request body by the calling client. This field is not populated from metadata set by pre-registration Actions; app_metadata applied by Actions is written to the user record but does not appear in the log body." }, "blocked": { "type": "boolean" @@ -33655,6 +33656,7 @@ "type": "string" }, "user_metadata": { + "description": "User metadata included directly in the signup request body by the calling client. This field is not populated from metadata set by pre-registration Actions and does not reflect the final user record.", "anyOf": [ { "type": "string"