|
|
@@ -781,8 +781,8 @@ paths:
|
|
|
$ref: '#/components/schemas/Error'
|
|
|
|
|
|
/phenomenons:
|
|
|
- get:
|
|
|
- operationId: phenomenonAllGET
|
|
|
+ get: # done
|
|
|
+ operationId: phenomenonsGET
|
|
|
summary: Publish info about all phenomenons
|
|
|
parameters:
|
|
|
- in: query
|
|
|
@@ -808,7 +808,7 @@ paths:
|
|
|
$ref: '#/components/schemas/Error'
|
|
|
|
|
|
/phenomenons/{phenomenonId}:
|
|
|
- get:
|
|
|
+ get: # done
|
|
|
operationId: phenomenonIdGET
|
|
|
summary: Publish info about the phenomenon
|
|
|
parameters:
|
|
|
@@ -1570,30 +1570,21 @@ components:
|
|
|
PhenomenonBasicInfo:
|
|
|
type: object
|
|
|
required:
|
|
|
- - Phenomenon@NavigationLink
|
|
|
- - Sensors@NavigationLink
|
|
|
- id
|
|
|
- name
|
|
|
properties:
|
|
|
Phenomenon@NavigationLink:
|
|
|
type: string
|
|
|
format: uri
|
|
|
- Sensors@NavigationLink:
|
|
|
- type: string
|
|
|
- format: uri
|
|
|
id:
|
|
|
type: integer
|
|
|
format: int64
|
|
|
name:
|
|
|
type: string
|
|
|
- uom:
|
|
|
- type: string
|
|
|
- maxLength: 30
|
|
|
example:
|
|
|
Phenomenon@NavigationLink: "<domain>/phenomenons/15"
|
|
|
id: 15
|
|
|
name: "Temperature"
|
|
|
- uom: "uom"
|
|
|
|
|
|
PhenomenonDetailInfo:
|
|
|
type: object
|