Atlassian · Schema

IdOrKeyBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id integer The ID of the referenced item.
key string The key of the referenced item.
View JSON Schema on GitHub

JSON Schema

atlassian-idorkeybean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdOrKeyBean",
  "title": "IdOrKeyBean",
  "additionalProperties": false,
  "properties": {
    "id": {
      "description": "The ID of the referenced item.",
      "format": "int64",
      "type": "integer"
    },
    "key": {
      "description": "The key of the referenced item.",
      "type": "string"
    }
  },
  "type": "object"
}