Validation

An instrument settings file must have a valid structure, or the upload will be refused. The schema file is available in the GitHub repository.

Requirements

  • Previously saved settings configuration file

Usage

iman validate settings

Validate instrument settings config.

This utility simply validates, that the given settings config file follows the required schema.

iman validate settings [OPTIONS] FILE

Options

-f, --format <format>

Settings file format

Options:

auto | json | yaml | toml

Arguments

FILE

Required argument

Settings file to validate