{
  "$comment": "Technically should be minimum=1, but fractional for scheduling algorithms are allowed.\nThere is no way to distinguish between float/long simultaneously in JSON schema (multi-match oneOf).\nTherefore, only validate that it is greater than zero.\n",
  "default": 1,
  "description": "An item quantity that can also represent a proportion of use by resources.",
  "exclusiveMinimum": 0,
  "type": "number"
}