{ "type": "object", "properties": { "fieldName": { "type": "string", "example": "Acme Corporation" }, "description": { "type": "string", "example": "Enterprise software company" }, "accessGranted": { "type": "string", "example": "example_value" } }, "required": [ "fieldName", "description", "accessGranted" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactEnrichOutput" }