Commits (2)
......@@ -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",
......
......@@ -819,8 +819,6 @@ components:
CmConnNotification.cmIf:
description: ""
items:
type: object
properties:
cmId:
description: The Cable Modem identifier.
......@@ -1683,7 +1681,8 @@ components:
$ref: "#/components/schemas/TimeStamp"
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
......@@ -2050,4 +2049,4 @@ components:
content:
application/json:
schema:
$ref: "#/components/schemas/ProblemDetails"
\ No newline at end of file
$ref: "#/components/schemas/ProblemDetails"