This directory contains JSON schema for editing YAML asserest configuration file. It also contains example for referencing an example of setup script.
It may differ depending on which IDE or extension you uses, it only shows the most ideal way of configuration.
- YAML extension by RedHat has been installed and enabled
Editing settings.json
under .vscode
in opened workspace directory (DO NOT apply to global setting directly):
{
"yaml.schemas": {
"https://raw.githubusercontent.com/rk0cc/asserest/main/schema/asserest_schema.json": "/path/to/config/file.yaml"
}
}