{
  "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.",
  "required": [
    "Schema",
    "Property"
  ],
  "properties": {
    "Property": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": [
          "string",
          "null"
        ]
      }
    },
    "Schema": {
      "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps"
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}