diff --git a/src/json/schema/container/info.json b/src/json/schema/container/info.json index de6557c3a209f9b527deaa03a1599b7146fe6cac..e554556a58fb630d5f1302eb28ac9ad1efb4452f 100644 --- a/src/json/schema/container/info.json +++ b/src/json/schema/container/info.json @@ -44,6 +44,9 @@ "kmem_limit": { "type": "uint64" }, + "name": { + "type": "string" + }, "status": { "type": "string" },