Skip to content
Settings

EntityFunctionCalculationResponse

Schema definition for EntityFunctionCalculationResponse

EntityFunctionCalculationResponse

entityIdstringrequired
Entity ID.
requestIdstringrequired
ID of the original function calculation request.
resultobject
Function calculation result.
resultKindstring
Discriminator identifying the shape of `result`.

This schema defines the structure and validation rules for EntityFunctionCalculationResponse.

  • 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.

See other schemas in the processing category.