Atlassian · Schema

JiraExpressionsAnalysis

Details about the analysed Jira expression.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
results array The results of Jira expressions analysis.
View JSON Schema on GitHub

JSON Schema

atlassian-jiraexpressionsanalysis-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JiraExpressionsAnalysis",
  "title": "JiraExpressionsAnalysis",
  "additionalProperties": false,
  "description": "Details about the analysed Jira expression.",
  "properties": {
    "results": {
      "description": "The results of Jira expressions analysis.",
      "items": {
        "$ref": "#/components/schemas/JiraExpressionAnalysis"
      },
      "type": "array"
    }
  },
  "required": [
    "results"
  ],
  "type": "object"
}