Commit ddc0355a authored by piscione's avatar piscione
Browse files

Minor issues fixed.

parent 8deaf9e2
Pipeline #11114 failed with stage
in 0 seconds
...@@ -1140,9 +1140,6 @@ ...@@ -1140,9 +1140,6 @@
}, },
"CmConnNotification.cmIf": { "CmConnNotification.cmIf": {
"description": "", "description": "",
"items": {
"type": "object"
},
"properties": { "properties": {
"cmId": { "cmId": {
"description": "The Cable Modem identifier.", "description": "The Cable Modem identifier.",
...@@ -2100,7 +2097,9 @@ ...@@ -2100,7 +2097,9 @@
}, },
"customerPremisesInfo": { "customerPremisesInfo": {
"description": "The physical location of a customer site.", "description": "The physical location of a customer site.",
"$ref": "#/components/schemas/CpInfo", "items": {
"$ref": "#/components/schemas/CpInfo"
},
"minItems": 1, "minItems": 1,
"type": "array", "type": "array",
"x-etsi-mec-cardinality": "1..N", "x-etsi-mec-cardinality": "1..N",
......
...@@ -819,8 +819,6 @@ components: ...@@ -819,8 +819,6 @@ components:
CmConnNotification.cmIf: CmConnNotification.cmIf:
description: "" description: ""
items:
type: object
properties: properties:
cmId: cmId:
description: The Cable Modem identifier. description: The Cable Modem identifier.
...@@ -1683,7 +1681,8 @@ components: ...@@ -1683,7 +1681,8 @@ components:
$ref: "#/components/schemas/TimeStamp" $ref: "#/components/schemas/TimeStamp"
customerPremisesInfo: customerPremisesInfo:
description: The physical location of a customer site. description: The physical location of a customer site.
$ref: "#/components/schemas/CpInfo" items:
$ref: "#/components/schemas/CpInfo"
minItems: 1 minItems: 1
type: array type: array
x-etsi-mec-cardinality: 1..N x-etsi-mec-cardinality: 1..N
...@@ -2050,4 +2049,4 @@ components: ...@@ -2050,4 +2049,4 @@ components:
content: content:
application/json: application/json:
schema: schema:
$ref: "#/components/schemas/ProblemDetails" $ref: "#/components/schemas/ProblemDetails"
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment