Skip to content

Commit

Permalink
fixed some semantic errors found by openApi official editor
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi authored and Coduz committed May 9, 2023
1 parent 39f0a8b commit bcd6522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ paths:
application/json:
schema:
$ref: 'authentication.yaml#/components/schemas/usernamePasswordCredentials'
required: true
examples:
Admin:
value:
Expand All @@ -40,6 +39,7 @@ paths:
username: kapua-sys
password: kapua-password
trustKey: 4bba9938-aa8f-11ec-b909-0242ac120002
required: true
responses:
200:
description: The new AccessToken
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ paths:
tags:
- Job - Trigger Fired
summary: Count the Jobs Trigger Fired
operationId: jobTriggerCount
operationId: jobTriggerFiredCount
parameters:
- $ref: '../openapi.yaml#/components/parameters/scopeId'
- $ref: '../job/job.yaml#/components/parameters/jobId'
Expand Down

0 comments on commit bcd6522

Please sign in to comment.