Workday Studio · Schema
ServiceMetadata
Metadata about a Workday web service including its operations and supported versions.
CloudDevelopmentEnterpriseFinanceHRIDEIntegration
Properties
| Name | Type | Description |
|---|---|---|
| serviceName | string | The name of the web service |
| version | string | The current version of the web service |
| wsdlUrl | string | The URL to the WSDL definition for the service |
| operations | array | The list of operations available in the service |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ServiceMetadata",
"title": "ServiceMetadata",
"type": "object",
"description": "Metadata about a Workday web service including its operations and supported versions.",
"properties": {
"serviceName": {
"type": "string",
"description": "The name of the web service"
},
"version": {
"type": "string",
"description": "The current version of the web service"
},
"wsdlUrl": {
"type": "string",
"format": "uri",
"description": "The URL to the WSDL definition for the service"
},
"operations": {
"type": "array",
"description": "The list of operations available in the service",
"items": {
"type": "object",
"properties": {
"operationName": {
"type": "string",
"description": "The name of the operation"
},
"description": {
"type": "string",
"description": "A description of the operation"
}
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workday-studio-servicemetadata"
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 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.