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

Remove unused messages object in SessionInfo schema #312

Merged
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
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