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",
|
||||
"$ref": "defs.json#/definitions/uint64Pointer"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"disableOOMKiller": {
|
||||
"id": "https://opencontainers.org/schema/bundle/linux/resources/disableOOMKiller",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"minimum": 0,
|
||||
"maximum": 18446744073709552000
|
||||
},
|
||||
"intPointer" : {
|
||||
"intPointer": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
|
|
Loading…
Reference in New Issue