Projects v2 Item Content Type

The type of content tracked in a project item

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-projects-v2-item-content-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/projects-v2-item-content-type",
  "title": "Projects v2 Item Content Type",
  "description": "The type of content tracked in a project item",
  "type": "string",
  "enum": [
    "Issue",
    "PullRequest",
    "DraftIssue"
  ]
}