Commit 1ea34956 authored by Ayesha Ayub's avatar Ayesha Ayub
Browse files

update swagger.yaml file in bwm API

parent 0af343a9
Loading
Loading
Loading
Loading
+18 −13
Original line number Diff line number Diff line
@@ -616,16 +616,17 @@ components:
      properties:
        dstAddress:
          type: string
          description: Destination address identity of session (including range)
          description: Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal"
            notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of 
            IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        dstPort:
          minItems: 0
          type: array
          type: string
          description: Destination port identity of session
          items:
            type: string
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        protocol:
          type: string
@@ -634,16 +635,17 @@ components:
          x-etsi-mec-origin-type: String
        sourceIp:
          type: string
          description: Source address identity of session (including range)
          description: Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" 
            notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of 
            IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        sourcePort:
          minItems: 0
          type: array
          type: string
          description: Source port identity of session
          items:
            type: string
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
      example:
        protocol: protocol
@@ -685,16 +687,17 @@ components:
      properties:
        dstAddress:
          type: string
          description: Destination address identity of session (including range)
          description: Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal"
            notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of 
            IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        dstPort:
          minItems: 0
          type: array
          type: string
          description: Destination port identity of session
          items:
            type: string
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        protocol:
          type: string
@@ -703,7 +706,9 @@ components:
          x-etsi-mec-origin-type: String
        sourceIp:
          type: string
          description: Source address identity of session (including range)
          description: Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" 
            notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of 
            IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        sourcePort: