schema

ConstantValidator

A validator specifying a constant value that a node must have.

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
value schema:value Node The value that the node must have. ConstantValidator

Notes

  1. A node will be valid against this validator if it is equal to the value property. Analogous to the JSON Schema const keyword.

Available as

Source

This documentation was generated from ConstantValidator.schema.yaml.