{
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "properties": {
        "calicoVersion": {
          "type": "string"
        },
        "clusterGUID": {
          "type": "string"
        },
        "clusterType": {
          "type": "string"
        },
        "datastoreReady": {
          "type": "boolean"
        },
        "variant": {
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "required": [
    "metadata",
    "spec"
  ],
  "type": "object"
}
