Commit fde9de29 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 440995c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  "description": "Information about VNF package artifacts contained in the VNF package that are not software images. Every local and external artifact declared in the manifest shall be included, except the software images and the files that make up the parts of the VNFD (see clause 10.4.4.3.2). Signature files and certificate files are not considered as artifacts, however, the content of the \"Licenses\" and \"Testing\" directories in the VNF package is. This attribute shall not be present before the VNF package content is on-boarded. Otherwise, this attribute shall be present if the VNF package contains additional artifacts.\n",
  "type": "array",
  "items": {
    "description": "This type represents an artifact other than a software image which is contained in or external to a VNF package.\n",
    "description": "This type represents an artifact other than a software image which is contained in or external to a VNF package.\n* NOTE: The attribute name \"artifactURI\" does not comply with the naming convention defined in clause 4.3 in ETSI GS NFV-SOL 015. This is to maintain the backward compatibility.\n",
    "type": "object",
    "required": [
      "artifactPath",
@@ -15,7 +15,7 @@
        "type": "string"
      },
      "artifactURI": {
        "description": "URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise.\nEXAMPLE: https://example.com/m%40ster.sh\n",
        "description": "URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise. EXAMPLE:https://example.com/m%40ster.sh See note.\n",
        "type": "array",
        "items": {
          "description": "String formatted according to IETF RFC 3986.\n",
+2 −2
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@
      "description": "Information about VNF package artifacts contained in the VNF package that are not software images. Every local and external artifact declared in the manifest shall be included, except the software images and the files that make up the parts of the VNFD (see clause 10.4.4.3.2). Signature files and certificate files are not considered as artifacts, however, the content of the \"Licenses\" and \"Testing\" directories in the VNF package is. This attribute shall not be present before the VNF package content is on-boarded. Otherwise, this attribute shall be present if the VNF package contains additional artifacts.\n",
      "type": "array",
      "items": {
        "description": "This type represents an artifact other than a software image which is contained in or external to a VNF package.\n",
        "description": "This type represents an artifact other than a software image which is contained in or external to a VNF package.\n* NOTE: The attribute name \"artifactURI\" does not comply with the naming convention defined in clause 4.3 in ETSI GS NFV-SOL 015. This is to maintain the backward compatibility.\n",
        "type": "object",
        "required": [
          "artifactPath",
@@ -181,7 +181,7 @@
            "type": "string"
          },
          "artifactURI": {
            "description": "URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise.\nEXAMPLE: https://example.com/m%40ster.sh\n",
            "description": "URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise. EXAMPLE:https://example.com/m%40ster.sh See note.\n",
            "type": "array",
            "items": {
              "description": "String formatted according to IETF RFC 3986.\n",
+2 −2
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@
        "description": "Information about VNF package artifacts contained in the VNF package that are not software images. Every local and external artifact declared in the manifest shall be included, except the software images and the files that make up the parts of the VNFD (see clause 10.4.4.3.2). Signature files and certificate files are not considered as artifacts, however, the content of the \"Licenses\" and \"Testing\" directories in the VNF package is. This attribute shall not be present before the VNF package content is on-boarded. Otherwise, this attribute shall be present if the VNF package contains additional artifacts.\n",
        "type": "array",
        "items": {
          "description": "This type represents an artifact other than a software image which is contained in or external to a VNF package.\n",
          "description": "This type represents an artifact other than a software image which is contained in or external to a VNF package.\n* NOTE: The attribute name \"artifactURI\" does not comply with the naming convention defined in clause 4.3 in ETSI GS NFV-SOL 015. This is to maintain the backward compatibility.\n",
          "type": "object",
          "required": [
            "artifactPath",
@@ -183,7 +183,7 @@
              "type": "string"
            },
            "artifactURI": {
              "description": "URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise.\nEXAMPLE: https://example.com/m%40ster.sh\n",
              "description": "URI of the artifact as defined in the VNF package manifest. Shall be present if the artifact is external to the package and shall be absent otherwise. EXAMPLE:https://example.com/m%40ster.sh See note.\n",
              "type": "array",
              "items": {
                "description": "String formatted according to IETF RFC 3986.\n",