# diagrid subscription schema

Print the OpenAPI schema for the subscription resource type

### Description

Print the OpenAPI schema for the subscription resource type.

The schema lists every subscription field with all references resolved inline. It is read
from the spec embedded in the CLI, so no project or login is needed. Use
"diagrid subscription example" to print a ready-to-edit sample instead.

```
diagrid subscription schema [flags]
```

### Examples

```

  # Print the subscription schema as YAML
  diagrid subscription schema

  # Print the subscription schema as JSON
  diagrid subscription schema --output json
```

### Options

```
  -h, --help            help for schema
  -o, --output string   Output format, supported [yaml, json] (default "yaml")
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid subscription](./subscription.md)	 - Manage pub/sub topic subscriptions
