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

# 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
```
