@stencila/schema
Version:
Stencila schema and other specifications
15 lines (14 loc) • 336 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/VariableTypes.schema.json",
"title": "VariableTypes",
"description": "All type schemas that are derived from Variable",
"anyOf": [
{
"$ref": "Variable.schema.json"
},
{
"$ref": "Parameter.schema.json"
}
]
}