diff --git a/schema/config-schema.json b/schema/config-schema.json index 6c5b786a2..aa131257e 100644 --- a/schema/config-schema.json +++ b/schema/config-schema.json @@ -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" } } },