From 392eaa3addc7efa914adde950efb6be029928ac2 Mon Sep 17 00:00:00 2001 From: mergify-ci-bot Date: Mon, 2 Mar 2026 10:14:46 +0000 Subject: [PATCH] chore: sync Mergify JSON Schema files --- public/api-schemas.json | 55 ++++++++--------------------------------- 1 file changed, 10 insertions(+), 45 deletions(-) diff --git a/public/api-schemas.json b/public/api-schemas.json index 5be3f6dc48..b23e2ef76f 100644 --- a/public/api-schemas.json +++ b/public/api-schemas.json @@ -5713,15 +5713,8 @@ "title": "Train Car Id" }, "session_id": { - "anyOf": [ - { - "type": "string", - "format": "uuid" - }, - { - "type": "null" - } - ], + "type": "string", + "format": "uuid", "title": "Session Id" } }, @@ -5847,15 +5840,8 @@ "title": "Reason" }, "session_id": { - "anyOf": [ - { - "type": "string", - "format": "uuid" - }, - { - "type": "null" - } - ], + "type": "string", + "format": "uuid", "title": "Session Id" } }, @@ -5991,15 +5977,8 @@ "title": "Train Car Id" }, "session_id": { - "anyOf": [ - { - "type": "string", - "format": "uuid" - }, - { - "type": "null" - } - ], + "type": "string", + "format": "uuid", "title": "Session Id" } }, @@ -6118,15 +6097,8 @@ "title": "Priority Rule Name" }, "session_id": { - "anyOf": [ - { - "type": "string", - "format": "uuid" - }, - { - "type": "null" - } - ], + "type": "string", + "format": "uuid", "title": "Session Id" } }, @@ -6399,15 +6371,8 @@ "title": "Priority Rule Name" }, "session_id": { - "anyOf": [ - { - "type": "string", - "format": "uuid" - }, - { - "type": "null" - } - ], + "type": "string", + "format": "uuid", "title": "Session Id" } },