FileContainer

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
status string
View JSON Schema on GitHub

JSON Schema

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