Notably this came up while trying to parse github workflow configs.
Here's a minimal example:
$ echo "on: foo" | shyaml get-value on
Error: invalid path 'on', missing key 'on' in struct.
And version info:
$ shyaml -V
version: 0.6.1
PyYAML: 5.3
libyaml available: False
libyaml used: False
Python: 2.7.17 (default, Nov 7 2019, 10:07:09) [GCC 7.4.0]