UNPKG

@stencila/schema

Version:

Extensions to schema.org to support semantic, composable, parameterize-able and executable documents

16 lines (15 loc) 365 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schema.stenci.la/v1/CodeBlockTypes.schema.json", "title": "CodeBlockTypes", "category": "code", "description": "All type schemas that are derived from CodeBlock", "anyOf": [ { "$ref": "CodeBlock.schema.json" }, { "$ref": "CodeChunk.schema.json" } ] }