For example: ```yaml cpu_cores: type: number description: The number of CPU Cores availiable for builds ``` In rust, at least, `number` is interpreted as a float. In any case, I believe `number` should eschewed in favor of more explicit float or integer types.