{
  "type": "object",
  "title": "run_model",
  "description": "Schema for the execution of a model",
  "properties": {
    "index": {
      "type": "number"
    },
    "total": {
      "type": "number"
    },
    "execution_time": {
      "type": "number",
      "multiple_of": 0.01
    },
    "run_status": {
      "type": "string"
    },
    "run_skipped": {
      "type": "string"
    },
    "run_error": {
      "type": "string"
    },
    "model_materialization": {
      "type": "string"
    },
    "model_id": {
      "type": "string"
    },
    "hashed_contents": {
      "type": "string"
    }
  }
}
