changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Full candidate profile with resume, contact info, and history",
+ "properties": {
+ "applications": {
+ "description": "List of applications",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "email": {
+ "description": "Primary email address",
+ "type": "string"
+ },
+ "first_name": {
+ "description": "Candidate first name",
+ "type": "string"
+ },
+ "id": {
+ "description": "Candidate ID",
+ "type": "number"
+ },
+ "interviews": {
+ "description": "List of interviews",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "last_name": {
+ "description": "Candidate last name",
+ "type": "string"
+ },
+ "notes": {
+ "description": "Notes on candidate",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "phone": {
+ "description": "Phone number",
+ "type": "string"
+ },
+ "resume": {
+ "description": "Resume text or URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}