changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "checks": {
+ "items": {
+ "properties": {
+ "check": {
+ "type": "string"
+ },
+ "detail": {
+ "type": "string"
+ },
+ "pass": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "disclaimer": {
+ "type": "string"
+ },
+ "documentation_standard_ref": {
+ "type": "string"
+ },
+ "engagement": {
+ "properties": {
+ "engagement_id": {
+ "type": "string"
+ },
+ "reporting_period": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "evidence_binding": {
+ "properties": {
+ "execution_hash": {
+ "type": "string"
+ },
+ "generated_at": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "limitations": {
+ "properties": {
+ "declared_conventions": {
+ "type": "string"
+ },
+ "determinism_class": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "previous_workpaper_hash": {
+ "type": "string"
+ },
+ "sign_off": {
+ "properties": {
+ "reviewer_role": {
+ "type": "string"
+ },
+ "reviewer_statement": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "tool_identity": {
+ "properties": {
+ "kernel_digest": {
+ "type": "string"
+ },
+ "tool_id": {
+ "type": "string"
+ },
+ "tool_version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "zero_pii_notice": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}