Atlassian · Schema

default_reviewer_and_type

Object containing a user that is a default reviewer and the type of reviewer

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
reviewer_type string
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-repositories-default_reviewer_and_type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "default_reviewer_and_type",
  "type": "object",
  "description": "Object containing a user that is a default reviewer and the type of reviewer",
  "properties": {
    "type": {
      "type": "string"
    },
    "reviewer_type": {
      "type": "string"
    }
  }
}