analyze_structured_data
Detect personally identifiable information (PII) in JSON or structured data to identify privacy risks and ensure data protection compliance.
Instructions
Analyze structured data (JSON/dict) for PII.
Args:
data: JSON string representing structured data
language: Language code (default: "en")
entities: List of entity types to detect (default: all)
score_threshold: Minimum confidence score (default: 0.0)
Returns:
JSON string with PII findings organized by data structure path
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| language | No | en | |
| entities | No | ||
| score_threshold | No |