The JSON data format validator defined by racoon-js is called schema.
In the chain of declaration schema, each format requirement of the detected value is called a restrict.
For example, min declares a restrict that requires a value not less than the specified value.
min
Last updated 5 years ago