schema: add username for user field

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Shimiao 2017-02-28 17:58:08 +08:00
parent 2d491b03fa
commit a4ff8879bc
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@
"additionalGids": {
"id": "https://opencontainers.org/schema/bundle/process/user/additionalGids",
"$ref": "defs.json#/definitions/ArrayOfGIDs"
},
"username": {
"id": "https://opencontainers.org/schema/bundle/process/user/username",
"type": "string"
}
}
},