Merge pull request #665 from Mashimiao/schema-fix-string-ref

schema: fix invalid string reference
This commit is contained in:
Michael Crosby 2017-01-23 10:31:18 -08:00 committed by GitHub
commit dd5e44a6b4
2 changed files with 5 additions and 5 deletions

View File

@ -179,11 +179,11 @@
"properties": {
"cpus": {
"id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/cpus",
"$ref": "defs.json#/definitions/string"
"$ref": "string"
},
"mems": {
"id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/mems",
"$ref": "defs.json#/definitions/string"
"$ref": "string"
},
"period": {
"id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/period",
@ -295,7 +295,7 @@
},
"cgroupsPath": {
"id": "https://opencontainers.org/schema/bundle/linux/cgroupsPath",
"$ref": "defs.json#/definitions/string"
"$ref": "string"
},
"rootfsPropagation": {
"id": "https://opencontainers.org/schema/bundle/linux/rootfsPropagation",

View File

@ -238,7 +238,7 @@
"type": "boolean"
},
"type": {
"$ref": "defs.json#/definitions/string"
"$ref": "string"
},
"major": {
"oneOf": [
@ -261,7 +261,7 @@
]
},
"access": {
"$ref": "defs.json#/definitions/string"
"$ref": "string"
}
},
"required": [