| Field | Type | Required | Description | Example |
|---|---|---|---|---|
action |
string | ✔️ | The action to execute | create_employee |
path |
array<string, mixed> | ➖ | Path parameters for the action | { "id": "123" } |
query |
?Components\Query | ➖ | Query parameters for the action | |
headers |
array<string, mixed> | ➖ | Headers for the action | { "Content-Type": "application/json" } |
body |
array<string, mixed> | ➖ | Request body for the action | { "data": "example" } |