You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ovs_hub_ntf/v1/OVS_HUB_NTF_v1.0.0.yaml
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -786,6 +786,7 @@ components:
786
786
- '234422543'
787
787
locations:
788
788
type: array
789
+
minItems: 1
789
790
description: |
790
791
An array of **UNLocationCode and/or facilitySMDGCode combinations** to match with this subscription filter. If the array consists of more than one item - a logical **OR** is used between the objects when matching.
791
792
@@ -795,7 +796,9 @@ components:
795
796
description: |
796
797
It is possible to provide the `UNLocationCode`, the `facilitySMDGCode` or both when specifying the location.
797
798
798
-
If multiple locations need to be provided, specify multiple objects in the `locations` array, each with its own `UNLocationCode` and/or `facilitySMDGCode`.
799
+
If multiple `UNLocationCode` or `facilitySMDGCode` values need to be provided, then they must be specified as separate objects in the `locations` array.
800
+
801
+
**Condition:** At least one of `UNLocationCode` and/or `facilitySMDGCode` **MUST** be specified, both are also allowed.
799
802
properties:
800
803
UNLocationCode:
801
804
type: string
@@ -818,7 +821,11 @@ components:
818
821
819
822
The codeList used by SMDG is the [SMDG Terminal Code List](https://smdg.org/wp-content/uploads/Codelists/Terminals/SMDG-Terminal-Code-List-v20210401.xlsx)
820
823
example: ACT
821
-
824
+
example:
825
+
- UNLocationCode: NLAMS
826
+
facilitySMDGCode: APMT
827
+
- UNLocationCode: DEHAM
828
+
- facilitySMDGCode: APMT
822
829
required:
823
830
- subscriptionReference
824
831
- notificationChannel
@@ -993,6 +1000,8 @@ components:
993
1000
It is possible to provide the `UNLocationCode`, the `facilitySMDGCode` or both when specifying the location.
994
1001
995
1002
If multiple `UNLocationCode` or `facilitySMDGCode` values need to be provided, then they must be specified as separate objects in the `locations` array.
1003
+
1004
+
**Condition:** At least one of `UNLocationCode` and/or `facilitySMDGCode` **MUST** be specified, both are also allowed.
996
1005
properties:
997
1006
UNLocationCode:
998
1007
type: string
@@ -1015,6 +1024,11 @@ components:
1015
1024
1016
1025
The codeList used by SMDG is the [SMDG Terminal Code List](https://smdg.org/wp-content/uploads/Codelists/Terminals/SMDG-Terminal-Code-List-v20210401.xlsx)
0 commit comments