{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "NetworkPolicy", "type": "object", "properties": { "name": { "type": "string" }, "allowed_network_rule_list": { "type": "array" }, "blocked_network_rule_list": { "type": "array" }, "allowed_ip_list": { "type": "array" }, "blocked_ip_list": { "type": "array" }, "comment": { "type": "string" }, "created_on": { "type": "string" }, "owner": { "type": "string" }, "owner_role_type": { "type": "string" } } }