# Institution

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/institution/

## Fields

- `id` (string, uuid, required) - The unique identifier of the institution.
- `name` (string, required, max length 250) - The unique name of the institution.
- `friendlyName` (string, required, max length 250) - The display name of the institution for consumers.
- `logo` (string, uri) - A displayable logo or descriptive image of the institution.
- `available` (boolean, required) - Whether the institution is available to transact with.
- `offlineMessage` (string) - If the institution is not available to transact with, this user friendly offline message will be returned.
- `conditions` (array of Condition) - Any conditions that govern whether or not the use of this institution is allowed. For example some institutions may have a minimum or maximum allowed value which would need to be considered when using the institution.
