Jira · Schema

Votes

The votes for an issue.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
self string
votes integer
hasVoted boolean
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-votes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Votes",
  "type": "object",
  "description": "The votes for an issue.",
  "properties": {
    "self": {
      "type": "string"
    },
    "votes": {
      "type": "integer"
    },
    "hasVoted": {
      "type": "boolean"
    }
  }
}