Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/verify-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: Verify update JS client
working-directory: js-client
run: |
npm install
./update-models.sh
npm run check-types

verify-java:
runs-on: ubuntu-latest
Expand Down
6 changes: 2 additions & 4 deletions rt-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ components:
- fieldList
properties:
availableSourceList:
type: array
items:
$ref: "#/components/schemas/ImagesAvailableSource"
type: number
fieldList:
type: array
items:
Expand Down Expand Up @@ -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"
$ref: "./common.yml#/components/schemas/RfidOrigin"
Loading