Merge pull request #551 from wking/schema-format
schema: Run 'make fmt'
This commit is contained in:
commit
d3c3763b9f
|
@ -202,8 +202,7 @@
|
||||||
"id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/shares",
|
"id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/shares",
|
||||||
"$ref": "defs.json#/definitions/uint64Pointer"
|
"$ref": "defs.json#/definitions/uint64Pointer"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"type": "object"
|
|
||||||
},
|
},
|
||||||
"disableOOMKiller": {
|
"disableOOMKiller": {
|
||||||
"id": "https://opencontainers.org/schema/bundle/linux/resources/disableOOMKiller",
|
"id": "https://opencontainers.org/schema/bundle/linux/resources/disableOOMKiller",
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 18446744073709552000
|
"maximum": 18446744073709552000
|
||||||
},
|
},
|
||||||
"intPointer" : {
|
"intPointer": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
|
|
Loading…
Reference in New Issue