tteop_validate_envelope
Checks a TTEOP telemetry envelope for schema compliance and semantic correctness, returning validation status, errors, warnings, and computed metrics when valid.
Instructions
Validate a TTEOP v0.1-draft telemetry envelope against the JSON Schema and semantic rules. Returns validation status, schema errors, semantic errors, warnings, and computed metrics if valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envelope | Yes | The TTEOP telemetry envelope to validate (as a JSON object). | |
| expected_profile | No | If set, asserts the envelope's privacy mode matches this profile. |