Atlassian · JSON Structure

Atlassian Bitbucket Repositories Task Structure

Type: object Properties: 7
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

id created_on updated_on state content pending resolved_on

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "task",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "created_on": {
      "type": "string"
    },
    "updated_on": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "content": {
      "type": "object"
    },
    "pending": {
      "type": "boolean"
    },
    "resolved_on": {
      "type": "string"
    }
  }
}