Jira · JSON Structure

Jira Cloud Platform Rest Project Ref Structure

Type: object Properties: 5
AgileIssue TrackingITSMProject ManagementService Management

ProjectRef is a JSON Structure definition published by Jira, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

self id key name projectTypeKey

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProjectRef",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "projectTypeKey": {
      "type": "string"
    }
  }
}