UNPKG

770 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v1/ValidatorTypes.schema.json",
4 "title": "ValidatorTypes",
5 "category": "data",
6 "description": "All type schemas that are derived from Validator",
7 "anyOf": [
8 {
9 "$ref": "Validator.schema.json"
10 },
11 {
12 "$ref": "ArrayValidator.schema.json"
13 },
14 {
15 "$ref": "BooleanValidator.schema.json"
16 },
17 {
18 "$ref": "ConstantValidator.schema.json"
19 },
20 {
21 "$ref": "EnumValidator.schema.json"
22 },
23 {
24 "$ref": "IntegerValidator.schema.json"
25 },
26 {
27 "$ref": "NumberValidator.schema.json"
28 },
29 {
30 "$ref": "StringValidator.schema.json"
31 },
32 {
33 "$ref": "TupleValidator.schema.json"
34 }
35 ]
36}