{
  "description": "ScaleSpec describes the attributes of a scale subresource.",
  "properties": {
    "replicas": {
      "description": "replicas is the desired number of instances for the scaled object.",
      "format": "int32",
      "type": [
        "integer",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}