From 1310be536b1511d2102883fe0eb8463786ef5e09 Mon Sep 17 00:00:00 2001 From: Michal Krupka Date: Thu, 9 Apr 2026 15:40:48 +0200 Subject: [PATCH] added service_configuration_id --- shipping/metadata-schema.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/shipping/metadata-schema.json b/shipping/metadata-schema.json index 951ff457..cd259ab1 100644 --- a/shipping/metadata-schema.json +++ b/shipping/metadata-schema.json @@ -1460,6 +1460,27 @@ ], "description": "Indicates that the contents of the package are fragile and should be handled with care." }, + "service-configuration-id": { + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string", + "maxLength": 50, + "description": "" + }, + "Description": { + "type": "string", + "maxLength": 255, + "description": "" + } + }, + "required": [ + "Name", + "Description" + ], + "description": "A unique ID representing a specific carrier service-level or automation rule within the carrier's or aggregator's system." + }, "delivery-as-addressed": { "type": "object", "additionalProperties": false,