UNPKG

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