Workday · Schema

FeedbackBadgeRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
comment string
View JSON Schema on GitHub

JSON Schema

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