From 420555b2d2626fa027b9a96e6a7867f7cdb45bfa Mon Sep 17 00:00:00 2001 From: madhuriravindramohan-okta Date: Fri, 24 May 2024 14:34:37 +0000 Subject: [PATCH] update schema files --- schemas/all-log-types.schema.json | 23 ++++++++++++++++++++++- schemas/log-types/seacft.schema.json | 3 +++ schemas/log-types/seccft.schema.json | 3 +++ schemas/log-types/sede.schema.json | 8 +++++++- schemas/log-types/sens.schema.json | 3 +++ schemas/log-types/sepft.schema.json | 3 +++ schemas/log-types/sertft.schema.json | 3 +++ 7 files changed, 44 insertions(+), 2 deletions(-) diff --git a/schemas/all-log-types.schema.json b/schemas/all-log-types.schema.json index 8b6ed7b..b0bcfab 100644 --- a/schemas/all-log-types.schema.json +++ b/schemas/all-log-types.schema.json @@ -11865,6 +11865,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "code": { "type": "string" } @@ -12001,6 +12004,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "actions": { "$ref": "#/definitions/ActionExecutions" } @@ -12132,7 +12138,13 @@ "type": "string" }, "details": { - "description": "Log details" + "description": "Log details", + "properties": { + "access_token_jti": { + "type": "string" + } + }, + "type": "object" }, "hostname": { "description": "The hostname associated with the request. For forwarded requests, this should resolve to the original hostname. For failure logs, this may include invalid hostnames.", @@ -12265,6 +12277,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "subject_token_type": { "type": "string" } @@ -12656,6 +12671,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "actions": { "$ref": "#/definitions/ActionExecutions" } @@ -12912,6 +12930,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "actions": { "$ref": "#/definitions/ActionExecutions" }, diff --git a/schemas/log-types/seacft.schema.json b/schemas/log-types/seacft.schema.json index 1924d3a..17b1236 100644 --- a/schemas/log-types/seacft.schema.json +++ b/schemas/log-types/seacft.schema.json @@ -74,6 +74,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "code": { "type": "string" } diff --git a/schemas/log-types/seccft.schema.json b/schemas/log-types/seccft.schema.json index 1662c39..e623614 100644 --- a/schemas/log-types/seccft.schema.json +++ b/schemas/log-types/seccft.schema.json @@ -78,6 +78,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "actions": { "properties": { "executions": { diff --git a/schemas/log-types/sede.schema.json b/schemas/log-types/sede.schema.json index 51871c7..41b0969 100644 --- a/schemas/log-types/sede.schema.json +++ b/schemas/log-types/sede.schema.json @@ -46,7 +46,13 @@ "type": "string" }, "details": { - "description": "Log details" + "description": "Log details", + "properties": { + "access_token_jti": { + "type": "string" + } + }, + "type": "object" }, "hostname": { "description": "The hostname associated with the request. For forwarded requests, this should resolve to the original hostname. For failure logs, this may include invalid hostnames.", diff --git a/schemas/log-types/sens.schema.json b/schemas/log-types/sens.schema.json index 083e1c7..41ab74c 100644 --- a/schemas/log-types/sens.schema.json +++ b/schemas/log-types/sens.schema.json @@ -78,6 +78,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "subject_token_type": { "type": "string" } diff --git a/schemas/log-types/sepft.schema.json b/schemas/log-types/sepft.schema.json index 9c0749b..95693a2 100644 --- a/schemas/log-types/sepft.schema.json +++ b/schemas/log-types/sepft.schema.json @@ -91,6 +91,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "actions": { "properties": { "executions": { diff --git a/schemas/log-types/sertft.schema.json b/schemas/log-types/sertft.schema.json index 00262a4..659f5cd 100644 --- a/schemas/log-types/sertft.schema.json +++ b/schemas/log-types/sertft.schema.json @@ -78,6 +78,9 @@ "details": { "description": "Log details", "properties": { + "access_token_jti": { + "type": "string" + }, "actions": { "properties": { "executions": {