{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.stenci.la/MathTypes.schema.json",
  "title": "MathTypes",
  "description": "All type schemas that are derived from Math",
  "anyOf": [
    {
      "$ref": "Math.schema.json"
    },
    {
      "$ref": "MathBlock.schema.json"
    },
    {
      "$ref": "MathFragment.schema.json"
    }
  ]
}
