Bicep doesn't have support for non-integer numbers (see https://github.com/Azure/bicep/issues/1386), and so they get represented as "int" - which is technically incorrect:  Instead we should add some explanation about how to use these types correctly in bicep - e.g. using `json('0.5')`.