@stencila/schema
Version:
Stencila schema and other specifications
18 lines (17 loc) • 374 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/MathTypes.schema.json",
"title": "MathTypes",
"description": "All type schemas that are derived from Math",
"anyOf": [
{
"$ref": "Math.schema.json"
},
{
"$ref": "MathBlock.schema.json"
},
{
"$ref": "MathFragment.schema.json"
}
]
}