{
  "description": "FlowSchemaCondition describes conditions for a FlowSchema.",
  "properties": {
    "lastTransitionTime": {
      "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.",
      "format": "date-time",
      "type": [
        "string",
        "null"
      ]
    },
    "message": {
      "description": "`message` is a human-readable message indicating details about last transition.",
      "type": [
        "string",
        "null"
      ]
    },
    "reason": {
      "description": "`reason` is a unique, one-word, CamelCase reason for the condition's last transition.",
      "type": [
        "string",
        "null"
      ]
    },
    "status": {
      "description": "`status` is the status of the condition. Can be True, False, Unknown. Required.",
      "type": [
        "string",
        "null"
      ]
    },
    "type": {
      "description": "`type` is the type of the condition. Required.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "additionalProperties": false,
  "$schema": "http://json-schema.org/schema#"
}