changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "description": "Structural schema derived from a live example — field names and nesting only, no type constraints: fields may be absent, null, or a different primitive than the example, and new fields may appear. The text content block carries the same JSON.",
+ "properties": {
+ "confidence": {
+ "description": "Example value was a string"
+ },
+ "current_company": {
+ "additionalProperties": true,
+ "properties": {
+ "industry": {
+ "description": "Example value was a string"
+ },
+ "name": {
+ "description": "Example value was a string"
+ },
+ "slug": {
+ "description": "Example value was a string"
+ },
+ "staff_count": {
+ "description": "Example value was a number"
+ },
+ "website": {
+ "description": "Example value was a string"
+ }
+ }
+ },
+ "email": {
+ "description": "Example value was a string"
+ },
+ "found": {
+ "description": "Example value was a boolean"
+ },
+ "person": {
+ "additionalProperties": true,
+ "properties": {
+ "full_name": {
+ "description": "Example value was a string"
+ },
+ "headline": {
+ "description": "Example value was a string"
+ },
+ "industry": {
+ "description": "Example value was a string"
+ },
+ "is_premium": {
+ "description": "Example value was a boolean"
+ },
+ "location": {
+ "description": "Example value was a string"
+ },
+ "title": {
+ "description": "Example value was a string"
+ },
+ "url": {
+ "description": "Example value was a string"
+ }
+ }
+ }
+ },
+ "type": "object"
+}