Commit 6188f1b4 authored by Elian Kraja's avatar Elian Kraja
Browse files

Merge branch 'stf606-draft' into 'stf606-final'

Fix on missing datamodels

See merge request !7
parents 37a806b9 ddc0355a
Pipeline #11122 running 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,6 +1681,7 @@ components: ...@@ -1683,6 +1681,7 @@ 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.
items:
$ref: "#/components/schemas/CpInfo" $ref: "#/components/schemas/CpInfo"
minItems: 1 minItems: 1
type: array type: array
......
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