Validator
A base for all validator types.
The main purpose of this type is to obtain a generated union type for all validators.
This schema type is marked as unstable ⚠️ and is subject to change.
Properties
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
id | schema:id | string | The identifier for this item. | Entity |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
Related
- Parent: Entity
- Descendants: ArrayValidator, BooleanValidator, ConstantValidator, EnumValidator, IntegerValidator, NumberValidator, StringValidator, TupleValidator
Available as
- JSON-LD
- JSON Schema
- Python
class Validator
- TypeScript
interface Validator
- R
class Validator
- Rust
struct Validator
Source
This documentation was generated from Validator.schema.yaml.