6 ms·
> That's more human readable, but also slightly inconsequent - you wouldn't be able to validate such a template with json schema for example. Could you elabora
by gliechtenstein 9y ago
> That's more human readable, but also slightly inconsequent - you wouldn't be able to validate such a template with json schema for example.
Could you elaborate?
- elcapitan 9y agoJust to use the json-schema example - because the transform uses templating syntax inside strings, I wouldn't be able to write a json-schema to check if a given transform object is valid or not, which can quickly become an issue for growing sizes of transforms.