Workday · Schema

FeedbackBadge

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
comment string
givenDate string
View JSON Schema on GitHub

JSON Schema

performanceManagement-feedback-badge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FeedbackBadge",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "givenDate": {
      "type": "string"
    }
  }
}