StringValidator
A schema specifying constraints on a string node.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
type (required) | schema:type | enum{ StringValidator } |
The name of the type. | Entity |
id | schema:id | string |
The identifier for this item. | Entity |
maxLength | stencila:maxLength | number |
The maximum length for a string node. | StringValidator |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
minLength | stencila:minLength | number |
The minimum length for a string node. | StringValidator |
pattern | stencila:pattern | string |
A regular expression that a string node must match. | StringValidator |
Parent: Entity
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from StringValidator.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏