UNPKG

880 BJSONView Raw
1{
2 "title": "ValidatorTypes",
3 "category": "validation",
4 "description": "Union type for all validator types.",
5 "anyOf": [
6 {
7 "$ref": "ConstantValidator.schema.json"
8 },
9 {
10 "$ref": "EnumValidator.schema.json"
11 },
12 {
13 "$ref": "BooleanValidator.schema.json"
14 },
15 {
16 "$ref": "NumberValidator.schema.json"
17 },
18 {
19 "$ref": "IntegerValidator.schema.json"
20 },
21 {
22 "$ref": "StringValidator.schema.json"
23 },
24 {
25 "$ref": "ArrayValidator.schema.json"
26 },
27 {
28 "$ref": "TupleValidator.schema.json"
29 }
30 ],
31 "file": "ValidatorTypes.schema.yaml",
32 "children": [],
33 "descendants": [],
34 "$schema": "http://json-schema.org/draft-07/schema#",
35 "$id": "https://schema.stenci.la/v0/ValidatorTypes.schema.json",
36 "source": "https://github.com/stencila/schema/blob/master/ValidatorTypes.schema.yaml"
37}