changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error_count": {
+ "type": "integer"
+ },
+ "errors": {
+ "type": "array"
+ },
+ "not_legal_advice": {
+ "type": "string"
+ },
+ "pii_fields_found": {
+ "type": "array"
+ },
+ "pii_note": {
+ "type": "string"
+ },
+ "record_valid": {
+ "type": "boolean"
+ },
+ "regulatory_basis": {
+ "type": "string"
+ },
+ "section_results": {
+ "properties": {
+ "coverage": {
+ "properties": {
+ "field_errors": {
+ "type": "array"
+ },
+ "present": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "insured_location": {
+ "properties": {
+ "field_errors": {
+ "type": "array"
+ },
+ "present": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "policy": {
+ "properties": {
+ "field_errors": {
+ "type": "array"
+ },
+ "present": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "premium": {
+ "properties": {
+ "field_errors": {
+ "type": "array"
+ },
+ "present": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "sections_present": {
+ "type": "integer"
+ },
+ "sections_required": {
+ "type": "integer"
+ },
+ "standard_version": {
+ "type": "string"
+ },
+ "table_source": {
+ "type": "string"
+ },
+ "warning_count": {
+ "type": "integer"
+ },
+ "warnings": {
+ "type": "array"
+ }
+ },
+ "type": "object"
+}