Depending on how often users will manually edit rofl.yaml, it may be worth adding a yaml schema.
But yaml schema support in editors is not as common as json schema support
# yaml-language-server: $schema=https://raw.githubusercontent.com/oasisprotocol/cli/...schema.json
This works like "$schema": in json:
- editor marks typos and type errors
- editor autocompletes field names
Depending on how often users will manually edit rofl.yaml, it may be worth adding a yaml schema.
But yaml schema support in editors is not as common as json schema support
# yaml-language-server: $schema=https://raw.githubusercontent.com/oasisprotocol/cli/...schema.jsonThis works like
"$schema":in json: