{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedUpdateRepoRequestInput", "title": "PatchedUpdateRepoRequestInput", "type": "object", "properties": { "baseline_file_paths": { "type": "object", "additionalProperties": { "type": "string" }, "nullable": true }, "enable_pr_comments": { "type": "boolean", "nullable": true } } }