changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "anchor_surface": {
+ "type": "string"
+ },
+ "coverage_amount": {
+ "type": "integer"
+ },
+ "index_value": {
+ "type": "integer"
+ },
+ "not_legal_advice": {
+ "type": "string"
+ },
+ "parametric_limit": {
+ "type": "integer"
+ },
+ "payout_amount": {
+ "type": "integer"
+ },
+ "pii_note": {
+ "type": "string"
+ },
+ "regulatory_basis": {
+ "type": "string"
+ },
+ "table_source": {
+ "type": "string"
+ },
+ "table_version": {
+ "type": "string"
+ },
+ "threshold_used": {
+ "type": "integer"
+ },
+ "tier_matched_index": {
+ "type": "string"
+ },
+ "trigger_fraction": {
+ "type": "integer"
+ },
+ "trigger_hit": {
+ "type": "boolean"
+ },
+ "trigger_receipt": {
+ "properties": {
+ "coverage_amount": {
+ "type": "integer"
+ },
+ "index_value": {
+ "type": "integer"
+ },
+ "max_index_used": {
+ "type": "string"
+ },
+ "parametric_limit": {
+ "type": "integer"
+ },
+ "payout_amount": {
+ "type": "integer"
+ },
+ "threshold_used": {
+ "type": "integer"
+ },
+ "tier_matched_index": {
+ "type": "string"
+ },
+ "trigger_fraction": {
+ "type": "integer"
+ },
+ "trigger_hit": {
+ "type": "boolean"
+ },
+ "trigger_type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "trigger_type_used": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}