{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.stenci.la/v1/VariableTypes.schema.json",
  "title": "VariableTypes",
  "category": "code",
  "description": "All type schemas that are derived from Variable",
  "anyOf": [
    {
      "$ref": "Variable.schema.json"
    },
    {
      "$ref": "Parameter.schema.json"
    }
  ]
}
