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