{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "nets": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "type": "object" }