Commit abd0be4d authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

updated vnfpckginfo schemas

parent 1892880f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@
			"description": "An identifier with the intention of being globally unique.\n",
			"type": "string"
		},
		"vnfdExtInvariantId": {
			"description": "An identifier with the intention of being globally unique.\n",
			"type": "string"
		},
		"vnfProvider": {
			"description": "Provider of the VNF package and the VNFD. This information is copied from the VNFD.  It shall be present after the VNF package content has been on-boarded and absent otherwise.\n",
			"type": "string"
@@ -110,6 +114,7 @@
					},
					"createdAt": {
						"description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
						"type": "string",
						"format": "date-time"
					},
					"minDisk": {
+6 −2
Original line number Diff line number Diff line
{
	"type": "array",
	"items": 
		{
	"items": {
		"description": "This type represents the information of a VNF package. It shall comply with the provisions defined in table 9.5.2.5-1.\nNOTE 1:\tIf the value of the onboardingState attribute is not equal to \"ONBOARDED\", the value of the operationalState attribute shall be equal to \"DISABLED\". NOTE 2:\tIf the value of the onboardingState attribute is not equal to \"ONBOARDED\", the value of the usageState attribute shall be equal to \"NOT_IN_USE\". NOTE 3:\tState changes of a VNF package are illustrated in clause B.2. NOTE 4:\tETSI GS NFV-SOL 001 specifies the structure and format of the VNFD based on TOSCA specifications.\n",
		"type": "object",
		"required": ["id", "onboardingState", "operationalState", "usageState", "vnfmInfo", "_links"],
@@ -14,6 +13,10 @@
				"description": "An identifier with the intention of being globally unique.\n",
				"type": "string"
			},
			"vnfdExtInvariantId": {
				"description": "An identifier with the intention of being globally unique.\n",
				"type": "string"
			},
			"vnfProvider": {
				"description": "Provider of the VNF package and the VNFD. This information is copied from the VNFD.  It shall be present after the VNF package content has been on-boarded and absent otherwise.\n",
				"type": "string"
@@ -113,6 +116,7 @@
						},
						"createdAt": {
							"description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
							"type": "string",
							"format": "date-time"
						},
						"minDisk": {