14 lines
253 B
YAML
14 lines
253 B
YAML
components:
|
|
schemas:
|
|
SessionIdentifier:
|
|
type: object
|
|
additionalProperties: false
|
|
required:
|
|
- clientId
|
|
- deviceId
|
|
properties:
|
|
clientId:
|
|
type: string
|
|
deviceId:
|
|
type: string
|