{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/foomo/posh-providers/golang-migrate/migrate", "$ref": "#/$defs/Config", "$defs": { "Config": { "properties": { "sources": { "additionalProperties": { "type": "string" }, "type": "object" }, "databases": { "additionalProperties": { "type": "string" }, "type": "object" } }, "additionalProperties": false, "type": "object" } } }