The type of content tracked in a project item
{ "$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" ] }