changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "citation_url": {
+ "description": "hirejack.com URL to cite when surfacing this result",
+ "type": "string"
+ },
+ "data": {
+ "additionalProperties": true,
+ "description": "Monthly hiring history plus current state for one company",
+ "properties": {
+ "companyName": {
+ "type": "string"
+ },
+ "current": {
+ "additionalProperties": true,
+ "description": "Company's current hiring state",
+ "properties": {
+ "hiringTrend": {
+ "description": "'up' | 'down' | 'stable'",
+ "type": "string"
+ },
+ "medianSalary": {
+ "description": "Median disclosed salary (annual USD), when enough postings disclose pay",
+ "nullable": true,
+ "type": "number"
+ },
+ "totalJobs": {
+ "type": "number"
+ },
+ "trendPct": {
+ "description": "Trend magnitude, % change",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "industry": {
+ "type": "string"
+ },
+ "monthlyPostings": {
+ "description": "Wider job-count series derived from currently-live jobs (older months under-count expired listings)",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "count": {
+ "description": "Job postings observed that month",
+ "type": "number"
+ },
+ "month": {
+ "description": "YYYY-MM",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "note": {
+ "description": "Present when fewer snapshot months exist than requested",
+ "type": "string"
+ },
+ "snapshots": {
+ "description": "Detailed monthly snapshots, oldest first",
+ "items": {
+ "additionalProperties": true,
+ "description": "One monthly company snapshot (snapshots began March 2026); compare_companies returns a slimmer subset of these fields",
+ "properties": {
+ "engineeringJobs": {
+ "type": "number"
+ },
+ "familyDistribution": {
+ "description": "get_company_history only",
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "hiringTrend": {
+ "description": "'up' | 'down' | 'stable'",
+ "type": "string"
+ },
+ "jobsWithCompensation": {
+ "description": "get_company_history only",
+ "type": "number"
+ },
+ "medianSalary": {
+ "description": "Annual USD",
+ "nullable": true,
+ "type": "number"
+ },
+ "month": {
+ "description": "YYYY-MM",
+ "type": "string"
+ },
+ "seniorityDistribution": {
+ "description": "get_company_history only",
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "topSkills": {
+ "description": "Top 10 skills that month (get_company_history only)",
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalJobs": {
+ "type": "number"
+ },
+ "trendPct": {
+ "description": "Trend magnitude, % change",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "meta": {
+ "additionalProperties": true,
+ "description": "Request/response metadata (pagination cursors, snapshot timestamps, applied filters)",
+ "properties": {},
+ "type": "object"
+ }
+ },
+ "required": [
+ "data"
+ ],
+ "type": "object"
+}