Paradox · Schema

Group

A company group

Artificial IntelligenceCandidate ScreeningChatbotConversational AIHiring AutomationHR TechnologyInterview SchedulingRecruitingSMSTalent Acquisition

Properties

Name Type Description
oid string Group identifier
name string Group name
View JSON Schema on GitHub

JSON Schema

paradox-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Group",
  "title": "Group",
  "type": "object",
  "description": "A company group",
  "properties": {
    "oid": {
      "type": "string",
      "description": "Group identifier"
    },
    "name": {
      "type": "string",
      "description": "Group name"
    }
  }
}