{
  "properties": {
    "apiVersion": {
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": [
        "object",
        "null"
      ]
    },
    "spec": {
      "additionalProperties": false,
      "properties": {
        "replicas": {
          "default": 1,
          "format": "int32",
          "minimum": 0,
          "type": [
            "integer",
            "null"
          ]
        },
        "sandboxTemplateRef": {
          "additionalProperties": false,
          "properties": {
            "name": {
              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "updateStrategy": {
          "additionalProperties": false,
          "properties": {
            "type": {
              "default": "OnReplenish",
              "enum": [
                "Recreate",
                "OnReplenish"
              ],
              "type": [
                "string",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        }
      },
      "required": [
        "sandboxTemplateRef"
      ],
      "type": "object"
    },
    "status": {
      "additionalProperties": false,
      "properties": {
        "readyReplicas": {
          "format": "int32",
          "type": [
            "integer",
            "null"
          ]
        },
        "replicas": {
          "format": "int32",
          "type": [
            "integer",
            "null"
          ]
        },
        "selector": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}