Atlassian · Schema

comment_resolution

The resolution object for a Comment.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
created_on string The ISO8601 timestamp the resolution was created.
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-pull-requests-comment_resolution-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "comment_resolution",
  "type": "object",
  "description": "The resolution object for a Comment.",
  "properties": {
    "type": {
      "type": "string"
    },
    "created_on": {
      "type": "string",
      "description": "The ISO8601 timestamp the resolution was created."
    }
  }
}