changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Complete job posting with description, requirements, and applications",
+ "properties": {
+ "applications": {
+ "description": "Linked applications for this job",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "department": {
+ "description": "Department name",
+ "type": "string"
+ },
+ "description": {
+ "description": "Full job description",
+ "type": "string"
+ },
+ "hiring_team": {
+ "description": "Members of hiring team",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "Job ID",
+ "type": "number"
+ },
+ "requirements": {
+ "description": "Job requirements",
+ "type": "string"
+ },
+ "status": {
+ "description": "Job status",
+ "type": "string"
+ },
+ "title": {
+ "description": "Job title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}