> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/modeling/models/template",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# template

> Disables the content validator for an abstract model.

**Used on abstract models**. Disables the content validator. This is useful because abstract models are logical constructs that aren't tied to data.

Refer to this [community article](https://community.omni.co/t/how-can-i-share-logic-across-multiple-models-hub-and-spoke/150) for more information.

## Syntax

```yaml theme={null}
template: true/false
```

## Properties

<ParamField path="template" type="boolean" default="false">
  When set to `true`, disables the content validator for abstract models that are logical constructs not tied to data.
</ParamField>

## Examples

```yaml theme={null}
template: true
```
