Commit 81952403 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 b2fd0218
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
          "description": "Match the \"infrastructure resource groups\" that are logical groupings of the virtualised resources assigned to a tenant within an infrastructure Domain.\n",
          "type": "array",
          "items": {
            "description": "An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance.\n",
            "description": "An identifier maintained by the VIM  or the CISM or other resource provider. It is expected to be unique within the VIM instance.\n",
            "type": "string"
          }
        }
@@ -65,16 +65,15 @@
      ],
      "properties": {
        "self": {
          "description": "This type represents a link to a resource.\n",
          "description": "This type represents a link to a resource using an absolute URI.\n",
          "type": "object",
          "required": [
            "href"
          ],
          "properties": {
            "href": {
              "description": "URI of the referenced resource.\n",
              "type": "string",
              "format": "url"
              "description": "String formatted according to IETF RFC 3986.\n",
              "type": "string"
            }
          }
        }