Variable
A variable representing a name / value pair.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
name (required) | schema:name | string |
The name of the variable. | Variable |
type (required) | schema:type | enum{ Variable , Parameter } |
The name of the type. | Entity |
id | schema:id | string |
The identifier for this item. | Entity |
isReadonly | schema:readonlyValue | boolean |
Whether or not a property is mutable. Default is false. | Variable |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
validator | stencila:validator | ValidatorTypes |
The validator that the value is validated against. | Variable |
value | schema:value | Node |
The value of the variable. | Variable |
Parent: Entity
Descendants: Parameter
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from Variable.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏