@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
16 lines (15 loc) • 361 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v1/VariableTypes.schema.json",
"title": "VariableTypes",
"category": "code",
"description": "All type schemas that are derived from Variable",
"anyOf": [
{
"$ref": "Variable.schema.json"
},
{
"$ref": "Parameter.schema.json"
}
]
}