Workday · JSON Structure

Common Language Structure

Type: object Properties: 4
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Language is a JSON Structure definition published by Workday, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor languageCode name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Language",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "languageCode": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}