Current File : /home/jvzmxxx/wiki/extensions/Kartographer/tests/phpunit/data/bad-schemas/19-invalid-stroke.json
{
	"type": "Feature",
	"geometry": {
		"type": "Point",
		"coordinates": [ 1, 2 ]
	},
	"properties": {
		"stroke": ""
	}
}