Skip to content

Commit

Permalink
Update quality-on-demand.yaml - SessionInfo description
Browse files Browse the repository at this point in the history
Clarification of "optional device object" within SessionInfo Description to address issue #340
  • Loading branch information
hdamker authored Aug 30, 2024
1 parent 09ce7f4 commit e7bd701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ components:
SessionInfo:
description: |
Session related information returned in responses.
Optional device object only to be returned if provided in createSession. If more than one type of device identifier was provided, only one identifier will be returned (at implementation choice and with the original value provided in createSession).
Note that the device object is defined as optional and will only to be returned if provided in createSession. If more than one type of device identifier was provided, only one identifier will be returned (at implementation choice and with the original value provided in createSession).
Please note that IP addresses of devices can change and get reused, so the original values may no longer identify the same device. They identified the device at the time of session creation.
allOf:
- $ref: "#/components/schemas/BaseSessionInfo"
Expand Down

0 comments on commit e7bd701

Please sign in to comment.