Atlassian · Schema

SimpleListWrapperApplicationRole

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
callback object
items array
max-results integer
pagingCallback object
size integer
View JSON Schema on GitHub

JSON Schema

atlassian-simplelistwrapperapplicationrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimpleListWrapperApplicationRole",
  "title": "SimpleListWrapperApplicationRole",
  "additionalProperties": false,
  "properties": {
    "callback": {
      "$ref": "#/components/schemas/ListWrapperCallbackApplicationRole"
    },
    "items": {
      "items": {
        "$ref": "#/components/schemas/ApplicationRole"
      },
      "type": "array"
    },
    "max-results": {
      "format": "int32",
      "type": "integer",
      "xml": {
        "attribute": true,
        "name": "max-results"
      }
    },
    "pagingCallback": {
      "$ref": "#/components/schemas/ListWrapperCallbackApplicationRole"
    },
    "size": {
      "format": "int32",
      "type": "integer",
      "xml": {
        "attribute": true
      }
    }
  },
  "type": "object",
  "xml": {
    "name": "list"
  }
}