Step CI · JSON Structure
Step Ci Workflow Structure
Field structure documentation for Step CI YAML workflow files
Type: object
Properties: 0
API TestingFunctional TestingTestingCI/CDQuality AssuranceAutomationOpen-Source
Step Ci Workflow Structure is a JSON Structure definition published by Step CI.
Meta-schema:
JSON Structure
{
"title": "Step CI Workflow Structure",
"description": "Field structure documentation for Step CI YAML workflow files",
"type": "object",
"fields": [
{
"name": "version",
"type": "string",
"required": true,
"description": "Workflow file schema version (e.g., '1.1')"
},
{
"name": "name",
"type": "string",
"required": true,
"description": "Workflow display name for reports"
},
{
"name": "env",
"type": "object",
"required": false,
"description": "Key-value environment variables accessible via ${{env.KEY}}"
},
{
"name": "config",
"type": "object",
"required": false,
"description": "Global client and execution configuration",
"children": [
{
"name": "continueOnFail",
"type": "boolean",
"description": "Continue workflow execution after step failures"
},
{
"name": "http.baseURL",
"type": "string",
"description": "Base URL for all HTTP requests"
},
{
"name": "loadTest",
"type": "object",
"description": "Load test phase definitions with duration and arrival rates"
}
]
},
{
"name": "components",
"type": "object",
"required": false,
"description": "Reusable schemas and credentials",
"children": [
{
"name": "schemas",
"type": "object",
"description": "Named JSON Schema definitions for response validation"
},
{
"name": "credentials",
"type": "object",
"description": "Named authentication configurations (basic, bearer, OAuth2, certificate)"
}
]
},
{
"name": "tests",
"type": "object",
"required": false,
"description": "Named test cases each containing an array of steps",
"children": [
{
"name": "steps",
"type": "array",
"description": "Ordered test steps with protocol-specific configurations",
"children": [
{
"name": "name",
"type": "string",
"description": "Step display name"
},
{
"name": "http",
"type": "object",
"description": "HTTP request configuration: url, method, headers, body, params, auth, captures, check"
},
{
"name": "grpc",
"type": "object",
"description": "gRPC call configuration: host, proto, service, method, data, metadata"
},
{
"name": "graphql",
"type": "object",
"description": "GraphQL request: url, query, variables, headers"
}
]
}
]
}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/step-ci-workflow-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.