From b269bd31bda56852d7710db8b5cc6cd4957cdbbd Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:44:35 +0300 Subject: [PATCH 1/2] test --- rt-images.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rt-images.yml b/rt-images.yml index ec74b62..ac2d049 100644 --- a/rt-images.yml +++ b/rt-images.yml @@ -21,9 +21,7 @@ components: - fieldList properties: availableSourceList: - type: array - items: - $ref: "#/components/schemas/ImagesAvailableSource" + type: number fieldList: type: array items: @@ -86,4 +84,4 @@ components: $ref: "./common.yml#/components/schemas/RectangleCoordinates" rfidOrigin: description: "Only for images from RFID. Image location in RFID chip." - $ref: "./common.yml#/components/schemas/RfidOrigin" \ No newline at end of file + $ref: "./common.yml#/components/schemas/RfidOrigin" From 67bf02d356c593fca8e182111c2284e3724c6fec Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:48:06 +0300 Subject: [PATCH 2/2] Update verify-clients.yml --- .github/workflows/verify-clients.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify-clients.yml b/.github/workflows/verify-clients.yml index 2b7d937..8657e65 100644 --- a/.github/workflows/verify-clients.yml +++ b/.github/workflows/verify-clients.yml @@ -77,3 +77,4 @@ jobs: working-directory: java-client run: | ./update-models.sh + ./gradlew clean :example:run