Commit f5a2c646 authored by Mubeena Ishaq's avatar Mubeena Ishaq Committed by Giacomo Bernini
Browse files

Update vnfConfigModifications and vnfConfiguration json schemas

parent 030a5185
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
          ]
        }
      ],
      "dhcpServer": "string",
      "vnfcSpecificData": {}
    }
  ],
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
          ]
        }
      ],
      "dhcpServer": "string",
      "vnfcSpecificData": {}
    }
  ],
+0 −5
Original line number Diff line number Diff line
@@ -200,11 +200,6 @@
              }
            }
          },
          "dhcpServer": {
            "description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
            "type": "string",
            "format": "IP"
          },
          "vnfcSpecificData": {
            "description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of keyvalue pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 8259. In the following example, a list of key-value pairs with four keys (\"aString\", \"aNumber\", \"anArray\" and \"anObject\") is provided to illustrate that the values associated with different keys can be of different type.\n",
            "type": "object"
+0 −5
Original line number Diff line number Diff line
@@ -383,11 +383,6 @@
        }
      }
    },
    "dhcpServer": {
      "description": "An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.\n",
      "type": "string",
      "format": "IP"
    },
    "vnfcSpecificData": {
      "description": "This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of keyvalue pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 8259. In the following example, a list of key-value pairs with four keys (\"aString\", \"aNumber\", \"anArray\" and \"anObject\") is provided to illustrate that the values associated with different keys can be of different type.\n",
      "type": "object"