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