FileContainerRequest

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

workday-integration-filecontainerrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileContainerRequest",
  "title": "FileContainerRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}