# renderNamingSchemas

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/techdocs/naming-schemas.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/techdocs/naming-schemas.ts#L149)

Render the schemas as the section a reader should get instead of a list.

Returns '' when nothing qualifies — a codebase with no conventions should not be told it has
some, and an empty section is worse than an absent one.

## Signature

```ts
function renderNamingSchemas(schemas: NamingSchema[], limit): string
```

## Parameters

| Name | Type |
|---|---|
| `schemas` | `NamingSchema[]` |
| `limit` | `any` |

**Returns:** `string`
