{
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of the draft issue item to create in the project."
    },
    "body": {
      "type": "string",
      "description": "The body content of the draft issue item to create in the project."
    }
  },
  "required": [
    "title"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}