Hi Jonathan and Ivana,
The performanceRate element is not accepting the float values for the Singleperformancerate measures. It accepts only integer values.
Please clarify.
Measurement:
<measurement>
<measureId>ACCPin3</measureId>
<value>
<isEndToEndReported>true</isEndToEndReported>
<performanceMet>25</performanceMet>
<eligiblePopulation>90</eligiblePopulation>
<performanceRate>27.77</performanceRate>
</value>
</measurement>
Validation Error:
<?xml version="1.0"?>
<error> <type>ValidationError</type> <message>invalid
measurement-set object</message> <details>
<message>$.measurements[8].value[2].performanceMet is not a recognized
field</message> <path>$</path> </details> <details>
<message>$.measurements[8].value[2].eligiblePopulation is not a
recognized field</message> <path>$</path> </details>
<details> <message>field 'value' in MeasurementSet.measurements[17]
is invalid: {"isEndToEndReported":true,"performanceMet":25,"eligiblePopulation":90,"performanceRate":"27.77"}
is invalid for measureId ACCPin3</message>
<path>$.measurements[17].value</path> </details>
<details> <message>field 'performanceRate' in MeasurementSet.measurements[17]
is invalid: Invalid value "27.77" supplied to Number</message>
<path>$.measurements[17].value.performanceRate</path>
</details> </error>
Thanks
David