Jira · JSON Structure

Jira Cloud Platform Rest Search Results Structure

Type: object Properties: 8
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

expand startAt maxResults total issues warningMessages names schema

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchResults",
  "type": "object",
  "properties": {
    "expand": {
      "type": "string"
    },
    "startAt": {
      "type": "integer"
    },
    "maxResults": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "issues": {
      "type": "array"
    },
    "warningMessages": {
      "type": "array"
    },
    "names": {
      "type": "object"
    },
    "schema": {
      "type": "object"
    }
  }
}