I get following error because of the space between "field1" and the ":".
throw generateError(message);
^
YAMLException: JS-YAML: missed comma between flow collection entries in <file> at line 12, column 41:
... body: { "include": { "field1" : "v1", "field2": "v2" }, "count ...
^
I don't know the intricacies of YAML by any means, but yamllint.com says that my doc is valid so I'm pretty sure this is a bug.
I get following error because of the space between "field1" and the ":".
I don't know the intricacies of YAML by any means, but yamllint.com says that my doc is valid so I'm pretty sure this is a bug.