rrt/fixtures/runtime/packed-event-credit-rating-descriptor-save-slice-fixture.json

53 lines
1.4 KiB
JSON
Raw Normal View History

{
"format_version": 1,
"fixture_id": "packed-event-credit-rating-descriptor-save-slice-fixture",
"source": {
"kind": "captured-runtime",
"description": "Fixture proving recovered Credit Rating descriptor executes from save-slice-backed company context."
},
"state_save_slice_path": "packed-event-credit-rating-descriptor-context-save-slice.json",
"commands": [
{
"kind": "service_trigger_kind",
"trigger_kind": 7
}
],
"expected_summary": {
"calendar_projection_source": "default-1830-placeholder",
"calendar_projection_is_placeholder": true,
"company_count": 2,
"chairman_profile_count": 2,
"packed_event_collection_present": true,
"packed_event_record_count": 1,
"packed_event_decoded_record_count": 1,
"packed_event_imported_runtime_record_count": 1,
"event_runtime_record_count": 1,
"total_event_record_service_count": 1,
"total_trigger_dispatch_count": 1
},
"expected_state_fragment": {
"companies": [
{
"company_id": 1,
"credit_rating_score": 640
},
{
"company_id": 2,
"credit_rating_score": 480
}
],
"packed_event_collection": {
"records": [
{
"import_outcome": "imported"
}
]
},
"event_runtime_records": [
{
"record_id": 73,
"service_count": 1
}
]
}
}