{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "conversation kind issue",
  "type": "object",
  "properties": {
    "project_id": {
      "description": "Project identifier",
      "type": "string"
    },
    "project_name": {
      "description": "Project name",
      "type": "string"
    },
    "status": {
      "description": "Issue status",
      "type": "string"
    },
    "title": {
      "description": "Issue title",
      "type": "string"
    }
  }
}
