API key scopes
If validating from a CI pipeline, the following API key scope is required when selecting a schema by ID:config_schemas:read
--release and --config-type, the following API key scopes are required:
config_schemas:readreleases:read
Usage
- Schema ID
- Release and config type
string
required
Local config instance file to validate.Examples:
./robot.json, ./configs/mobility.jsonstring
Full config schema ID to validate against. Dashboard short IDs are not accepted.Mutually exclusive with
--release and --config-type.Examples: cfg_sch_7xKqW1mZ3nBvTgL5cRs9dYuPstring
Release version used to find the config schema for
--config-type.Required when --config-type is provided. Mutually exclusive with --schema-id.Examples: v1.2.0string
Config type slug or name within the selected release.Required when
--release is provided. Mutually exclusive with --schema-id.Examples: motion-control, Motion Control
