Skip to main content

BusinessContextDto Schema

The BusinessContextDto contains information about the business context for the new job position the applicant is applying for.

Required Fields

Optional Fields

Complete Example

{
  "entityName": "Apple",
  "appliedJobTitle": "Senior Software Engineer",
  "worksiteCity": "San Francisco",
  "worksiteState": "CA",
  "proposedSalary": 100000,
  "positionLevel": "STANDARD",
  "securityClearanceRequired": false,
  "industrySector": "TECHNOLOGY"
}

Validation Rules

  • State Format: worksiteState must be exactly 2 characters
  • Salary: proposedSalary must be a positive number
  • Position Level: Must be one of the allowed enum values if provided