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