Atlassian · JSON Structure

Atlassian Bitbucket Repositories Export_Options Structure

Type: object Properties: 5
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

type project_key project_name send_email include_attachments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "export_options",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "project_key": {
      "type": "string"
    },
    "project_name": {
      "type": "string"
    },
    "send_email": {
      "type": "boolean"
    },
    "include_attachments": {
      "type": "boolean"
    }
  }
}