Atlassian · Schema

SecuritySchemeId

The ID of the issue security scheme.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string The ID of the issue security scheme.
View JSON Schema on GitHub

JSON Schema

atlassian-securityschemeid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SecuritySchemeId",
  "title": "SecuritySchemeId",
  "additionalProperties": true,
  "description": "The ID of the issue security scheme.",
  "properties": {
    "id": {
      "description": "The ID of the issue security scheme.",
      "readOnly": true,
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}