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