$comment: 'Technically should be minimum=1, but fractional for scheduling algorithms
  are allowed.

  There is no way to distinguish between float/long simultaneously in JSON schema
  (multi-match oneOf).

  Therefore, only validate that it is greater than zero.

  '
default: 1
description: An item quantity that can also represent a proportion of use by resources.
exclusiveMinimum: 0
type: number
