{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Mariohead AI Trail",
  "type": "object",
  "required": [
    "route"
  ],
  "properties": {
    "topic": {
      "type": "string"
    },
    "confidence": {
      "type": "string"
    },
    "route": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "sources": {
      "type": "array"
    }
  }
}