Skip to content

Commit

Permalink
Merge pull request opencontainers#886 from q384566678/config-shchema-fix
Browse files Browse the repository at this point in the history
config-schema: Optimize code
  • Loading branch information
hqhq authored Aug 3, 2017
2 parents 0ee0850 + ec99788 commit 63af112
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions schema/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,38 +125,23 @@
"properties": {
"bounding": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/bounding",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"permitted": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/permitted",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"effective": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/effective",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"inheritable": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/inheritable",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"ambient": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/ambient",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
}
}
},
Expand Down

0 comments on commit 63af112

Please sign in to comment.