Jira · JSON Structure

Jira Cloud Platform Rest Page Bean Project Structure

Type: object Properties: 7
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

self nextPage maxResults startAt total isLast values

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PageBeanProject",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "nextPage": {
      "type": "string"
    },
    "maxResults": {
      "type": "integer"
    },
    "startAt": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "isLast": {
      "type": "boolean"
    },
    "values": {
      "type": "array"
    }
  }
}