From 1fc4efb23604b59cb4fd6303ad9ec7ed1ea32724 Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Sat, 11 Jul 2026 10:40:38 +0000 Subject: [PATCH] [create-pull-request] automated change --- adminapi.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/adminapi.json b/adminapi.json index 524d2ad..432a0f7 100644 --- a/adminapi.json +++ b/adminapi.json @@ -97112,11 +97112,11 @@ "required": [ "id", "technicalName", - "label", "sourceEntity", "fileType", "delimiter", - "enclosure" + "enclosure", + "label" ], "properties": { "id": { @@ -97126,9 +97126,6 @@ "technicalName": { "type": "string" }, - "label": { - "type": "string" - }, "type": { "description": "Import-export type can be orders, customers, categories.", "type": "string" @@ -97161,6 +97158,9 @@ "config": { "type": "object" }, + "label": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time", @@ -97220,11 +97220,11 @@ "required": [ "id", "technicalName", - "label", "sourceEntity", "fileType", "delimiter", - "enclosure" + "enclosure", + "label" ], "properties": { "id": { @@ -97235,10 +97235,6 @@ "technicalName": { "type": "string" }, - "label": { - "type": "string", - "description": "Label given to ImportExportProfile." - }, "type": { "description": "Import-export type can be orders, customers, categories.", "type": "string" @@ -97273,6 +97269,10 @@ "type": "object", "description": "Specifies detailed information about the component." }, + "label": { + "type": "string", + "description": "Label given to ImportExportProfile." + }, "createdAt": { "type": "string", "format": "date-time",