> ## 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/views/parameters/schema-label",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# schema_label

> Defines a display label for the database schema.

## Syntax

```yaml theme={null}
schema_label: <Schema display name>
```

## Properties

<ParamField path="schema_label" type="string">
  The display label for the database schema.
</ParamField>

## Examples

```yaml title="Schema label for Github schema" theme={null}
schema_label: Github Schema
table_name: ASSET
```
