{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/buildHookSetup", "title": "buildHookSetup", "type": "object", "properties": { "title": { "type": "string" }, "branch": { "type": "string" } } }