{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "defaultAction": { "enum": [ "Pass", "Deny" ], "type": "string" }, "order": { "type": "number" } }, "type": "object" } }, "type": "object" }