Glossary

schema

The JSON data format validator defined by racoon-js is called schema.

restrict

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.

Last updated