Unified.to · Schema

AtsScorecardQuestion

IntegrationsUnified API

Properties

Name Type Description
answer string
description string
text string
View JSON Schema on GitHub

JSON Schema

unified-to-atsscorecardquestion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsScorecardQuestion",
  "title": "AtsScorecardQuestion",
  "properties": {
    "answer": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  },
  "required": [
    "text"
  ],
  "type": "object"
}