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": "Full hiring profile for one company; additional aggregate fields may be present",
+ "properties": {
+ "companyName": {
+ "type": "string"
+ },
+ "content": {
+ "description": "AI-generated analyst hiring brief",
+ "type": "string"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "engineeringJobs": {
+ "type": "number"
+ },
+ "engineeringPct": {
+ "type": "number"
+ },
+ "familyDistribution": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "hiringTrend": {
+ "description": "'up' | 'down' | 'stable' (2-month rolling average)",
+ "type": "string"
+ },
+ "industry": {
+ "type": "string"
+ },
+ "jobsWithCompensation": {
+ "type": "number"
+ },
+ "medianSalary": {
+ "description": "Median of disclosed salaries (annual USD), when enough postings disclose pay",
+ "nullable": true,
+ "type": "number"
+ },
+ "seniorityDistribution": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "techStack": {
+ "description": "Capped at 15",
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "topLocations": {
+ "description": "Capped at 10",
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "topSkills": {
+ "description": "Top skills with adoption counts (capped at 15)",
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "topTitles": {
+ "description": "Capped at 10",
+ "items": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalJobs": {
+ "description": "Total open postings",
+ "type": "number"
+ },
+ "trendPct": {
+ "description": "Trend magnitude, % change",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "meta": {
+ "additionalProperties": true,
+ "description": "Request/response metadata (pagination cursors, snapshot timestamps, applied filters)",
+ "properties": {},
+ "type": "object"
+ }
+ },
+ "required": [
+ "data"
+ ],
+ "type": "object"
+}