Atlassian · Schema

deployments_stg_west_deployment_environment_lock

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-deployments-stg-west-deployment-environment-lock-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deployments_stg_west_deployment_environment_lock",
  "title": "deployments_stg_west_deployment_environment_lock",
  "allOf": [
    {
      "$ref": "#/components/schemas/object"
    },
    {
      "additionalProperties": true,
      "type": "object",
      "title": "Deployment Environment Lock",
      "description": "A Bitbucket Deployment Environment Lock.",
      "properties": {
        "environmentUuid": {
          "type": "string",
          "description": "The UUID identifying the environment."
        }
      }
    }
  ],
  "x-bb-default-fields": [
    "*",
    "lock_opener.*",
    "owner.*"
  ],
  "x-bb-batch-url": "/rest/2.0/accounts/{target_user.uuid}/repositories/{repository.uuid}/environments/locks_batch",
  "x-bb-batch-max-size": 100
}