{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/foomo/posh-providers/pivotal/licensefinder/config", "$ref": "#/$defs/Config", "$defs": { "Config": { "properties": { "logPath": { "type": "string" }, "decisionsPath": { "type": "string" }, "sources": { "items": { "type": "string" }, "type": "array" } }, "additionalProperties": false, "type": "object", "required": [ "logPath", "decisionsPath", "sources" ] } } }