Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #220

Closed
wants to merge 2 commits into from
Closed

test #220

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
1 change: 1 addition & 0 deletions .github/workflows/verify-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ jobs:
working-directory: java-client
run: |
./update-models.sh
./gradlew clean :example:run
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