﻿# EntityFunctionCalculationResponse

Schema definition for EntityFunctionCalculationResponse

# EntityFunctionCalculationResponse

Schema definition for EntityFunctionCalculationResponse

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="EntityFunctionCalculationResponse"
  category="processing"
  client:load
/>

## Description

This schema defines the structure and validation rules for EntityFunctionCalculationResponse.

## Properties

- **entityId** (string, required): Entity ID.
- **requestId** (string, required): ID of the original function calculation request.
- **result** (object): Function calculation result.
- **resultKind** (string): Discriminator identifying the shape of `result`.

## Related Schemas

See other schemas in the [processing](/reference/schemas/processing/) category.