# atmos stack schema

Print the embedded atmos-manifest JSON Schema — the same schema `atmos validate stacks`
uses by default to validate stack manifests — to stdout, or write it to a file.

## Usage

```shell
atmos stack schema [output-path]
```

## Examples

```shell
# Print the schema to stdout.
atmos stack schema

# Write the schema to a file, creating parent directories as needed.
atmos stack schema website/static/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json
```

## Arguments

- **`[output-path]` (optional)**
  Write the schema to this file instead of stdout. Parent directories are created as needed.
