Commit f44b6a8e authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

update response body schema as per SOL 003 version 5.1.1

parent 38db052b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -24,6 +24,14 @@
      "description": "An identifier with the intention of being globally unique.\n",
      "type": "string"
    },
    "vnfcInstanceIds": {
      "description": "The vnfcInstanceIds attribute is optionally present. If present, it contains the list of  identifiers of VNFC instances which provide the indicator value(s).\n",
      "type": "array",
      "items": {
        "description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
        "type": "string"
      }
    },
    "_links": {
      "description": "Links for this resource.\n",
      "type": "object",
+8 −0
Original line number Diff line number Diff line
@@ -26,6 +26,14 @@
        "description": "An identifier with the intention of being globally unique.\n",
        "type": "string"
      },
      "vnfcInstanceIds": {
        "description": "The vnfcInstanceIds attribute is optionally present. If present, it contains the list of  identifiers of VNFC instances which provide the indicator value(s).\n",
        "type": "array",
        "items": {
          "description": "An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.\n",
          "type": "string"
        }
      },
      "_links": {
        "description": "Links for this resource.\n",
        "type": "object",