UNPKG

484 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/CodeTypes.schema.json",
4 "title": "CodeTypes",
5 "description": "All type schemas that are derived from Code",
6 "anyOf": [
7 {
8 "$ref": "Code.schema.json"
9 },
10 {
11 "$ref": "CodeBlock.schema.json"
12 },
13 {
14 "$ref": "CodeChunk.schema.json"
15 },
16 {
17 "$ref": "CodeExpression.schema.json"
18 },
19 {
20 "$ref": "CodeFragment.schema.json"
21 }
22 ]
23}