Skip to content

Commit 65625c7

Browse files
fix MegaLinter
1 parent 1d60a72 commit 65625c7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

code/API_definitions/Traffic_Influence.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ components:
673673
allOf:
674674
- $ref: "#/components/schemas/PortsSpec"
675675
destinationProtocol:
676-
allOf:
676+
allOf:
677677
- $ref: "#/components/schemas/Protocol"
678678
notificationUri:
679679
type: string
@@ -776,14 +776,14 @@ components:
776776
DeviceIpv4Addr:
777777
type: object
778778
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).
784784
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.
787787
If NAT64 is in use, the device should be identified by its publicAddress
788788
and publicPort, or separately by its allocated IPv6 address (field
789789
ipv6Address of the Device object)
@@ -838,13 +838,13 @@ components:
838838
it is identified by a string according to the column “Keyword” as defined
839839
by IANA (https://www.iana.org/assignments/protocol-numbers/\
840840
protocol-numbers.xhtml), e.g. UDP or TCP.
841-
type: string
841+
type: string
842842
example: "TCP"
843843
DeviceIpv6Address:
844844
description: |
845845
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).
848848
type: string
849849
format: ipv6
850850
example: 2001:db8:85a3:8d3:1319:8a2e:370:7344

0 commit comments

Comments
 (0)