Drone · Schema

Secret

An encrypted secret variable stored in Drone CI/CD.

CI/CDContinuous IntegrationContinuous DeliveryDevOpsContainersDockerBuild AutomationOpen-SourceSelf-Hosted

Properties

Name Type Description
namespace string The organization namespace (for org-level secrets).
name string The secret name, used to reference the secret in pipeline steps.
data string The secret value (write-only; not returned in GET responses).
pull_request boolean Whether to expose the secret in pull request builds.
pull_request_push boolean Whether to expose the secret in builds triggered by pushes to pull request branches.
View JSON Schema on GitHub

JSON Schema

drone-secret.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drone/json-schema/drone-secret.json",
  "title": "Secret",
  "description": "An encrypted secret variable stored in Drone CI/CD.",
  "type": "object",
  "properties": {
    "namespace": { "type": "string", "description": "The organization namespace (for org-level secrets)." },
    "name": { "type": "string", "description": "The secret name, used to reference the secret in pipeline steps." },
    "data": { "type": "string", "description": "The secret value (write-only; not returned in GET responses)." },
    "pull_request": { "type": "boolean", "description": "Whether to expose the secret in pull request builds.", "default": false },
    "pull_request_push": { "type": "boolean", "description": "Whether to expose the secret in builds triggered by pushes to pull request branches.", "default": false }
  },
  "required": ["name"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/drone-secret"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.