FrendsPlatform / Frends.Json

FRENDS JSON Processing tasks, which allow you to do JSONPath queries, JSON Handlebars transformations, JSON Validation against a JSONSchema and converting various data formats to JSON.
MIT License
7 stars 4 forks source link

JSON validate example schema value does not validate anything! #13

Open juralaakkonen opened 5 years ago

juralaakkonen commented 5 years ago

Example JSON schema value should be fixed to include "required": ["name"], because without "required" propertie, it does not validate anything! It should be added to documentation and Tasks default value - because now people use it like the example show and it does not validate as intended