@@ -673,7 +673,7 @@ components:
673
673
allOf :
674
674
- $ref : " #/components/schemas/PortsSpec"
675
675
destinationProtocol :
676
- allOf :
676
+ allOf :
677
677
- $ref : " #/components/schemas/Protocol"
678
678
notificationUri :
679
679
type : string
@@ -776,14 +776,14 @@ components:
776
776
DeviceIpv4Addr :
777
777
type : object
778
778
description : |
779
- The device should be identified by either the public (observed) IP address
780
- and port as seen by the application server, or the private (local) and
781
- any public (observed) IP addresses in use by the device (this
782
- information can be obtained by various means, for example from some DNS
783
- servers).
779
+ The device should be identified by either the public (observed) IP
780
+ address and port as seen by the application server, or the private
781
+ (local) and any public (observed) IP addresses in use by the device
782
+ (this information can be obtained by various means, for example from
783
+ some DNS servers).
784
784
If the allocated and observed IP addresses are the same (i.e. NAT is not
785
- in use) then the same address should be specified for both publicAddress
786
- and privateAddress.
785
+ in use) then the same address should be specified for both
786
+ publicAddress and privateAddress.
787
787
If NAT64 is in use, the device should be identified by its publicAddress
788
788
and publicPort, or separately by its allocated IPv6 address (field
789
789
ipv6Address of the Device object)
@@ -838,13 +838,13 @@ components:
838
838
it is identified by a string according to the column “Keyword” as defined
839
839
by IANA (https://www.iana.org/assignments/protocol-numbers/\
840
840
protocol-numbers.xhtml), e.g. UDP or TCP.
841
- type : string
841
+ type : string
842
842
example : " TCP"
843
843
DeviceIpv6Address :
844
844
description : |
845
845
The device should be identified by the observed IPv6 address, or by any
846
- single IPv6 address from within the subnet allocated to the device (e.g.
847
- adding ::0 to the /64 prefix).
846
+ single IPv6 address from within the subnet allocated to the device
847
+ (e.g. adding ::0 to the /64 prefix).
848
848
type : string
849
849
format : ipv6
850
850
example : 2001:db8:85a3:8d3:1319:8a2e:370:7344
0 commit comments