﻿# EntityModelExportResponse

Schema definition for EntityModelExportResponse

# EntityModelExportResponse

Schema definition for EntityModelExportResponse

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="EntityModelExportResponse"
  category="model"
  client:load
/>

## Description

This schema defines the structure and validation rules for EntityModelExportResponse.

## Properties

- **model** (object, required): Entity model specification.
- **modelId** (string): ID of the entity model.
- **payload** (any, required): The content format of the exported entity model depends on the selected converter.

## Related Schemas

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