Skip to content

Commit

Permalink
Merge pull request #312 from sfnuser/sfnuser/fix/sessioninfo-schema-r…
Browse files Browse the repository at this point in the history
…emove-messages

Remove unused messages object in SessionInfo schema
  • Loading branch information
hdamker authored Jul 4, 2024
2 parents a20351f + 1b2ab6f commit fb9bfdc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,10 +549,6 @@ components:
$ref: "#/components/schemas/QosStatus"
statusInfo:
$ref: "#/components/schemas/StatusInfo"
messages:
type: array
items:
$ref: "#/components/schemas/Message"
required:
- sessionId
- duration
Expand Down Expand Up @@ -835,21 +831,6 @@ components:
- 2001:db8:85a3:8d3::0/64
- 2001:db8:85a3:8d3::/64
Message:
description: Message with additional information
type: object
properties:
severity:
description: Message severity
type: string
enum: ["INFO", "WARNING"]
description:
description: Detailed message text
type: string
required:
- severity
- description

QosStatus:
description: |
The current status of the requested QoS session. The status can be one of the following:
Expand Down

0 comments on commit fb9bfdc

Please sign in to comment.