MD

Call

canonical/call.md

Call

Purpose

Represents the canonical data submitted by one architectural component to another for processing.

Responsibilities

Structure

A Call contains:

The canonical structure is defined in call.json.

Fields

id

Uniquely identifies the Call.

content

The content of the Call.

The structure of content is defined by the contract that uses the Call.

context

The context associated with the Call.

Invariants

Related Models