Thanks for the feedback!
I understand that you are pointing out that no can be interpreted as false.
I'll have to update the spec to require ‘string’ for folder and file names.
There's no big reason why i'm using yaml.
Originally I was trying to create a very simple spec with just simple text rules, like you said.
I needed a way to distinguish whether <year>-<month>-<day>-<hour>-<minutes>-<seconds>.txt was a file or a folder, and for folders I used ‘:’ for this.
I'm not interested in the semantic structure of YAML, I chose it because it's an easy format for users to read and write. I'll give more thought to whether or not to use YAML.
There's no big reason why i'm using yaml. Originally I was trying to create a very simple spec with just simple text rules, like you said. I needed a way to distinguish whether <year>-<month>-<day>-<hour>-<minutes>-<seconds>.txt was a file or a folder, and for folders I used ‘:’ for this.
I'm not interested in the semantic structure of YAML, I chose it because it's an easy format for users to read and write. I'll give more thought to whether or not to use YAML.