{
  "description": "Test is the Schema for the tests API",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "TestSpec defines the desired state of Test",
      "properties": {
        "after": {
          "description": "After steps is list of scripts which will be sequentially orchestrated",
          "items": {
            "description": "TestStepSpec will of particular type will have config for possible step types",
            "properties": {
              "delay": {
                "properties": {
                  "duration": {
                    "description": "Duration in ms",
                    "format": "int32",
                    "type": "integer"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "execute": {
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "namespace": {
                    "type": "string"
                  },
                  "stopOnFailure": {
                    "type": "boolean"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "type": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "before": {
          "description": "Before steps is list of scripts which will be sequentially orchestrated",
          "items": {
            "description": "TestStepSpec will of particular type will have config for possible step types",
            "properties": {
              "delay": {
                "properties": {
                  "duration": {
                    "description": "Duration in ms",
                    "format": "int32",
                    "type": "integer"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "execute": {
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "namespace": {
                    "type": "string"
                  },
                  "stopOnFailure": {
                    "type": "boolean"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "type": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "description": {
          "type": "string"
        },
        "repeats": {
          "type": "integer"
        },
        "steps": {
          "description": "Steps is list of scripts which will be sequentially orchestrated",
          "items": {
            "description": "TestStepSpec will of particular type will have config for possible step types",
            "properties": {
              "delay": {
                "properties": {
                  "duration": {
                    "description": "Duration in ms",
                    "format": "int32",
                    "type": "integer"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "execute": {
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "namespace": {
                    "type": "string"
                  },
                  "stopOnFailure": {
                    "type": "boolean"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "type": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "tags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "TestStatus defines the observed state of Test",
      "type": "object"
    }
  },
  "type": "object"
}
