{ "type": "object", "properties": { "file_path": { "type": "string" }, "repo_path": { "type": "string" }, "remote_url": { "type": "string" } }, "required": [ "file_path", "repo_path", "remote_url" ], "additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#" }