Commit ddc0355a authored by piscione's avatar piscione
Browse files

Minor issues fixed.

parent 8deaf9e2
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1140,9 +1140,6 @@
      },
      "CmConnNotification.cmIf": {
        "description": "",
        "items": {
          "type": "object"
        },
        "properties": {
          "cmId": {
            "description": "The Cable Modem identifier.",
@@ -2100,7 +2097,9 @@
          },
          "customerPremisesInfo": {
            "description": "The physical location of a customer site.",
            "$ref": "#/components/schemas/CpInfo",
            "items": {
              "$ref": "#/components/schemas/CpInfo"
            },
            "minItems": 1,
            "type": "array",
            "x-etsi-mec-cardinality": "1..N",
+3 −4
Original line number Diff line number Diff line
@@ -819,8 +819,6 @@ components:

    CmConnNotification.cmIf:
      description: ""
      items:
        type: object
      properties:
        cmId:
          description: The Cable Modem identifier.
@@ -1683,6 +1681,7 @@ components:
          $ref: "#/components/schemas/TimeStamp"
        customerPremisesInfo:
          description: The physical location of a customer site.
          items:
            $ref: "#/components/schemas/CpInfo"
          minItems: 1
          type: array