Skip to content

Commit

Permalink
fix(openapi): fixed DevicePackageDownload.fileType documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Dec 22, 2023
1 parent 1fea531 commit 7f5872b
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ components:
bundleInfo:
- name: org.eclipse.kura.demo.heater
version: 1.0.300
devicePackageDownloadRequestFileType:
type: string
description: The type of the URI resoruce content
enum:
- DEPLOYMENT_PACKAGE
- EXECUTABLE_SCRIPT
devicePackageDownloadRequest:
type: object
properties:
Expand All @@ -91,8 +97,7 @@ components:
type: string
description: The MD5 has to check resource integrity after download
fileType:
type: string
description: The file type of the download (to be fixed when fixing the type of this property)
$ref: '#/components/schemas/devicePackageDownloadRequestFileType'
install:
type: boolean
description: Whether to install or not the package after download
Expand Down

0 comments on commit 7f5872b

Please sign in to comment.