{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "apiVersion": { "type": "string" }, "globalDefault": { "type": "boolean" }, "kind": { "type": "string" }, "metadata": { "additionalProperties": true, "type": "object" }, "preemptionPolicy": { "type": "string" }, "value": { "format": "int32", "type": "integer" } }, "type": "object" }