Workday · Schema

Supplier

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSoftware-as-a-Service

Properties

Name Type Description
id string
descriptor string
supplierName string
supplierID string
taxID string
isActive boolean
address object
View JSON Schema on GitHub

JSON Schema

financialManagement-supplier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Supplier",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "supplierName": {
      "type": "string"
    },
    "supplierID": {
      "type": "string"
    },
    "taxID": {
      "type": "string"
    },
    "isActive": {
      "type": "boolean"
    },
    "address": {
      "type": "object"
    }
  }
}