{
  "type": "object",
  "title": "platform",
  "description": "Schema for a dbt user's platform",
  "properties": {
    "platform": {
      "type": "string"
    },
    "python": {
      "type": "string"
    },
    "python_version": {
      "type": "string"
    }
  }
}

