Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
roesekoSICKAG committed Oct 21, 2024
1 parent 7b53f01 commit 4c1bf07
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion JSON_for_IO-Link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ security:
- {}
- basicAuth: []
- bearerAuth: []
- oauth2: [Maintenance]
- oauth2: [MaintenanceRole]
tags:
- name: general
description: Access to general informations
Expand Down
30 changes: 16 additions & 14 deletions schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1336,20 +1336,22 @@ schemas:
- ScanEnded
scanResults:
type: array
properties:
slotType:
type: string
enum:
- "SSLOT"
- "DSLOT"
uniqueId:
type: string
minLength: 26
maxLength: 26
iolinkRevision:
$ref: "#/schemas/iolinkRevision"
lastSeen:
$ref: "#/schemas/eventTime"
items:
type: object
properties:
slotType:
type: string
enum:
- "SSLOT"
- "DSLOT"
uniqueId:
type: string
minLength: 26
maxLength: 26
iolinkRevision:
$ref: "#/schemas/iolinkRevision"
lastSeen:
$ref: "#/schemas/eventTime"
example:
scanStatus: ScanEnded
scanResults:
Expand Down

0 comments on commit 4c1bf07

Please sign in to comment.