@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
19 lines (18 loc) • 399 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v1/MathTypes.schema.json",
"title": "MathTypes",
"category": "math",
"description": "All type schemas that are derived from Math",
"anyOf": [
{
"$ref": "Math.schema.json"
},
{
"$ref": "MathBlock.schema.json"
},
{
"$ref": "MathFragment.schema.json"
}
]
}