﻿# ModelInfo

Schema definition for ModelInfo

# ModelInfo

Schema definition for ModelInfo

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="ModelInfo"
  category="common"
  client:load
/>

## Description

This schema defines the structure and validation rules for ModelInfo.

## Properties

- **id** (string, required): Id of the model.
- **name** (string, required): Name of the model.
- **state** (string, required): Current state of the model.
- **version** (integer, required): Version of the model.

## Related Schemas

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