@stencila/schema
Version:
Stencila schema and other specifications
38 lines (37 loc) • 880 B
JSON
{
"title": "ValidatorTypes",
"category": "validation",
"description": "Union type for all validator types.",
"anyOf": [
{
"$ref": "ConstantValidator.schema.json"
},
{
"$ref": "EnumValidator.schema.json"
},
{
"$ref": "BooleanValidator.schema.json"
},
{
"$ref": "NumberValidator.schema.json"
},
{
"$ref": "IntegerValidator.schema.json"
},
{
"$ref": "StringValidator.schema.json"
},
{
"$ref": "ArrayValidator.schema.json"
},
{
"$ref": "TupleValidator.schema.json"
}
],
"file": "ValidatorTypes.schema.yaml",
"children": [],
"descendants": [],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v0/ValidatorTypes.schema.json",
"source": "https://github.com/stencila/schema/blob/master/ValidatorTypes.schema.yaml"
}