Atlassian · Schema

repository_inheritance_state

A json object representing the repository's inheritance state values

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
override_settings object
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-repositories-repository_inheritance_state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "repository_inheritance_state",
  "type": "object",
  "description": "A json object representing the repository's inheritance state values",
  "properties": {
    "type": {
      "type": "string"
    },
    "override_settings": {
      "type": "object"
    }
  }
}