Atlassian · Schema

pipeline_command

An executable pipeline command.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
name string The name of the command.
command string The executable command.
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-repositories-pipeline_command-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "pipeline_command",
  "type": "object",
  "description": "An executable pipeline command.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the command."
    },
    "command": {
      "type": "string",
      "description": "The executable command."
    }
  }
}