Published Schemas
Browse the structured-output JSON Schemas published with the website. Each schema family keeps old versions available at stable URLs.
XcodeBuildMCP tool results include a schema identifier and a schemaVersion string. Use those fields together to choose the published schema that validates the data payload returned by CLI JSON output or MCP structuredContent.
Each link below points at the raw JSON Schema served from /schemas/structured-output/....
xcodebuildmcp.output.app-path
latest · v2
xcodebuildmcp.output.build-result
latest · v2
xcodebuildmcp.output.build-run-result
latest · v2
xcodebuildmcp.output.build-settings
latest · v2
xcodebuildmcp.output.bundle-id
latest · v2
xcodebuildmcp.output.capture-result
latest · v2
xcodebuildmcp.output.coverage-result
latest · v2
xcodebuildmcp.output.debug-breakpoint-result
latest · v2
xcodebuildmcp.output.debug-command-result
latest · v2
xcodebuildmcp.output.debug-session-action
latest · v2
xcodebuildmcp.output.debug-stack-result
latest · v2
xcodebuildmcp.output.debug-variables-result
latest · v2
xcodebuildmcp.output.device-list
latest · v2
xcodebuildmcp.output.doctor-report
latest · v2
xcodebuildmcp.output.error
latest · v1
xcodebuildmcp.output.install-result
latest · v2
xcodebuildmcp.output.launch-result
latest · v2
xcodebuildmcp.output.process-list
latest · v2
xcodebuildmcp.output.project-list
latest · v2
xcodebuildmcp.output.scaffold-result
latest · v2
xcodebuildmcp.output.scheme-list
latest · v2
xcodebuildmcp.output.session-defaults
latest · v2
xcodebuildmcp.output.session-profile
latest · v2
xcodebuildmcp.output.simulator-action-result
latest · v2
xcodebuildmcp.output.simulator-list
latest · v2
xcodebuildmcp.output.stop-result
latest · v2
xcodebuildmcp.output.test-result
latest · v2
xcodebuildmcp.output.ui-action-result
latest · v3
xcodebuildmcp.output.workflow-selection
latest · v2
xcodebuildmcp.output.xcode-bridge-call-result
latest · v3
xcodebuildmcp.output.xcode-bridge-status
latest · v2
xcodebuildmcp.output.xcode-bridge-sync
latest · v2
xcodebuildmcp.output.xcode-bridge-tool-list
latest · v3
URL format
text
https://xcodebuildmcp.com/schemas/structured-output/<schema>/<version>.schema.jsonFor example:
text
https://xcodebuildmcp.com/schemas/structured-output/xcodebuildmcp.output.build-result/2.schema.jsonRelated
- Output Formats, where structured output appears in CLI and MCP responses
- Schema Versioning, how schema changes are versioned and published
- Tool Authoring, how schemas fit into tool changes