# Create Version

> Create a new version of a schema definition.

Create a new version of a schema definition.

Authentication Required: `Yes`

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

## Arguments

`<schema-name>` The name of the schema to list versions for.
`<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.      |
