Unified.to · Schema

AtsApplicationAnswer

IntegrationsUnified API

Properties

Name Type Description
answers object
question string
question_id string
View JSON Schema on GitHub

JSON Schema

unified-to-atsapplicationanswer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsApplicationAnswer",
  "title": "AtsApplicationAnswer",
  "properties": {
    "answers": {
      "$ref": "#/components/schemas/property_AtsApplicationAnswer_answers"
    },
    "question": {
      "type": "string"
    },
    "question_id": {
      "type": "string"
    }
  },
  "required": [
    "question_id",
    "answers"
  ],
  "type": "object"
}