{
  "type": "object",
  "properties": {
    "spec": {
      "type": "object",
      "properties": {
        "replicas": {
          "type": "integer",
          "default": 1,
          "minimum": 0
        },
        "labelSelector": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "status": {
      "type": "object",
      "properties": {
        "replicas": {
          "type": "integer"
        }
      },
      "additionalProperties": false
    }
  }
}
