JSON Schema Validation of a Decimal Number in a Panda Dataframe
The following Python script must validate the number of decimal places in the records. In the schema, I am trying to define that it has 3 decimal places, using "multipleOf": 0.001
.
The following Python script must validate the number of decimal places in the records. In the schema, I am trying to define that it has 3 decimal places, using "multipleOf": 0.001
.