{
  "$id": "milirc.json",
  "type": "object",
  "properties": {
    "templates": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "answers": {
      "type": "object",
      "nullable": true,
      "properties": {}
    }
  },
  "required": [
    "template"
  ]
}
