Paradox · Schema

SuccessResponse

Artificial IntelligenceCandidate ScreeningChatbotConversational AIHiring AutomationHR TechnologyInterview SchedulingRecruitingSMSTalent Acquisition

Properties

Name Type Description
success boolean
View JSON Schema on GitHub

JSON Schema

paradox-successresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuccessResponse",
  "title": "SuccessResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    }
  }
}