Tuple Validator
A validator specifying constraints on an array of heterogeneous items.
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 |
items | schema:itemListElement | Array of ValidatorTypes | An array of validators specifying the constraints on each successive item in the array. | TupleValidator |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
Related
- Parent: Validator
- Descendants: None
Available as
- JSON-LD
- JSON Schema
- Python
class TupleValidator
- TypeScript
interface TupleValidator
- R
class TupleValidator
- Rust
struct TupleValidator
Source
This documentation was generated from TupleValidator.schema.yaml.