Unified.to · Schema

VerificationResponseDetail

IntegrationsUnified API

Properties

Name Type Description
download_url string
is_failed_reason boolean
is_private boolean
parameter_id string
text string
title string
View JSON Schema on GitHub

JSON Schema

unified-to-verificationresponsedetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerificationResponseDetail",
  "title": "VerificationResponseDetail",
  "properties": {
    "download_url": {
      "type": "string"
    },
    "is_failed_reason": {
      "type": "boolean"
    },
    "is_private": {
      "type": "boolean"
    },
    "parameter_id": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  },
  "type": "object"
}