Workday · JSON Structure

Common Country Structure

Type: object Properties: 5
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor countryCode alpha2Code name

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

JSON Structure

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