{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "path": { "type": "string", "description": "Local filesystem path to an image file" } }, "required": ["path"], "additionalProperties": false }