{
  "description": "NetworkPolicyStatus describe the current state of the NetworkPolicy.",
  "properties": {
    "conditions": {
      "description": "Conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.26.13/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-map-keys": [
        "type"
      ],
      "x-kubernetes-list-type": "map",
      "x-kubernetes-patch-merge-key": "type",
      "x-kubernetes-patch-strategy": "merge"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}