Schemathesis · JSON Structure
Schemathesis Config Structure
Document structure for a .schemathesis.yml configuration file.
Type: object
Properties: 0
API TestingContract TestingDeveloper ToolsFuzzingOpenAPIProperty-Based TestingSchemathesis
Schemathesis Config Structure is a JSON Structure definition published by Schemathesis.
Meta-schema:
JSON Structure
{
"title": "Schemathesis Configuration Structure",
"description": "Document structure for a .schemathesis.yml configuration file.",
"type": "object",
"structure": {
"schema": "Path or URL to OpenAPI/GraphQL schema file",
"url": "API base URL to test against",
"workers": "Number of concurrent workers (default: 1)",
"max_response_time": "Max allowed response time in ms",
"checks": ["not_a_server_error", "status_code_conformance", "response_schema_conformance"],
"auth": {
"type": "bearer | basic | apikey | oauth2",
"token": "Token value",
"username": "For basic auth",
"password": "For basic auth",
"header": "Header name for API key"
},
"headers": {
"X-Custom-Header": "header-value"
},
"endpoint": "Path filter pattern or array",
"method": "HTTP method filter",
"tag": "OpenAPI tag filter",
"hypothesis_max_examples": "Number of test cases per operation (default: 100)",
"stateful": "none | links (follow OpenAPI Links for stateful testing)",
"output_sanitize": "Sanitize secrets in output (default: true)",
"junit_xml": "Path for JUnit XML report output"
},
"test_checks": {
"not_a_server_error": "Response status code must not be 5xx",
"status_code_conformance": "Response status must be in schema-declared codes",
"response_schema_conformance": "Response body must match schema for the status code",
"content_type_conformance": "Content-Type header must match schema declaration",
"response_headers_conformance": "Response headers must match schema declaration"
},
"supported_specs": {
"OpenAPI": ["2.0 (Swagger)", "3.0.x", "3.1.x"],
"GraphQL": ["SDL schemas", "Introspection endpoints"]
},
"ci_integrations": {
"github_actions": "schemathesis/action@v2",
"gitlab_ci": "Docker image in CI pipeline",
"pytest": "pytest-schemathesis plugin"
}
}
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/schemathesis-config-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.