# normalize

`speakeasy openapi transform normalize`  

Normalize an OpenAPI document to be more human-readable  

## Usage

```
speakeasy openapi transform normalize [flags]
```

### Options

```
  -h, --help            help for normalize
  -o, --out string      write directly to a file instead of stdout
      --prefixItems     Normalize prefixItems to be a simple string
  -s, --schema string   the schema to transform
```

### Options inherited from parent commands

```
      --logLevel string   the log level (available options: [info, warn, error]) (default "info")
```

### Parent Command

* [speakeasy openapi transform](/docs/speakeasy-reference/cli/openapi/transform)	 - Transform an OpenAPI spec using a well-defined function
