Skip to main content
Validate a config schema against the same server rules as miru release create, without creating anything.

API key scopes

If validating from a CI pipeline, the following API key scope is required:
  • config_schemas:read

Usage

Arguments
string
required
One or more schema files.The files must form exactly one schema. Several files are one schema when they belong to one CUE package. Schemas must be annotated the same way they are for a release.Examples: ./path/to/schema.json, first.cue second.cue

Examples

Last modified on August 28, 2026