Workday Studio · Schema

LaunchParameter

A launch parameter definition that controls integration runtime behavior

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

Name Type Description
id string The unique Workday identifier for the launch parameter
descriptor string The display name of the launch parameter
parameterName string The configured name of the parameter
dataType string The data type of the parameter value
defaultValue string The default value for the parameter
isRequired boolean Whether the parameter is required at launch time
View JSON Schema on GitHub

JSON Schema

workday-studio-launchparameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LaunchParameter",
  "title": "LaunchParameter",
  "type": "object",
  "description": "A launch parameter definition that controls integration runtime behavior",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique Workday identifier for the launch parameter"
    },
    "descriptor": {
      "type": "string",
      "description": "The display name of the launch parameter"
    },
    "parameterName": {
      "type": "string",
      "description": "The configured name of the parameter"
    },
    "dataType": {
      "type": "string",
      "description": "The data type of the parameter value",
      "enum": [
        "Text",
        "Date",
        "DateTime",
        "Boolean",
        "Integer",
        "Decimal"
      ]
    },
    "defaultValue": {
      "type": "string",
      "description": "The default value for the parameter"
    },
    "isRequired": {
      "type": "boolean",
      "description": "Whether the parameter is required at launch time"
    }
  }
}

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/workday-studio-launchparameter"
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.