yaml-json-validator-maven-plugin icon indicating copy to clipboard operation
yaml-json-validator-maven-plugin copied to clipboard

A maven plugin to check that YAML and JSON files are well formed and optionally valid against JSON schemas

Results 8 yaml-json-validator-maven-plugin issues
Sort by recently updated
recently updated
newest added

There are some updates here in the branch. But the main change here is the addition of `baseDir` configuration to the validation set. This allows me to speed up execution...

using _type: string with format: boolean_ in a JSON schema causes athe warning [WARNING] warning: format attribute "boolean" not supported

I simply added the ability to download schemas from http using apache's HttpClient. This HttpClient can be configured using the system properties so it is possible to configure SSL, proxies,...

I have to validate some json with a schema that is provided from a http(s) url. And because this schema is subject to a lot of changes, I can't download...

Hi, I'm trying to validate a schema that has references to another file like so: ``` { "$schema": "http://json-schema.org/draft-07/schema#", "id": "resource:/dev/schemas/my-schema.json#", "properties": { "thisIsAProperty": { "type": "string" }, "anotherProperty": {...

It would be nice to support incremental builds in Eclipse: https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html. This would require providing a mapping file and relying on BuildContext.

Upgrade maven dependencies to latest versions. Current dependencies have know vulnerabilities and therefore builds behind "managed mvn repos" (where vulnerable versions are removed from repo) fail.