# Create

> Create a new schema definition.

Create a new schema definition.

Authentication Required: `Yes`

```bash
ugs schema-registry create <file-path> [options]
```

## Arguments

`<file-path>` A path to a file containing a schema definition.

## Options

|                 | Alias             | Description                         |
| --------------- | ----------------- | ----------------------------------- |
| organization-id | --organization-id | The Unity cloud org ID.             |
| project-id      | -p, --project-id  | The Unity cloud project ID.         |
| help            | -?, -h, --help    | Display help and usage information. |
| quiet           | -q, --quiet       | Reduce logging to a minimum.        |
| json            | -j, --json        | Use JSON as the output format.      |
