UNPKG

vue-vuelidate-jsonschema

Version:

Create validation definitions for vuelidate based on json schema

16 lines (15 loc) 374 B
[ { "description": "some languages do not distinguish between different types of numeric value", "schema": { "type": "integer" }, "tests": [ { "description": "a float without fractional part is an integer", "data": 1.0, "valid": true } ] } ]