UNPKG

360 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/CodeFragmentTypes.schema.json",
4 "title": "CodeFragmentTypes",
5 "description": "All type schemas that are derived from CodeFragment",
6 "anyOf": [
7 {
8 "$ref": "CodeFragment.schema.json"
9 },
10 {
11 "$ref": "CodeExpression.schema.json"
12 }
13 ]
14}