UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

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