{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/repository-pre-receive-hook", "title": "repository-pre-receive-hook", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "enforcement": { "type": "string" }, "configuration_url": { "type": "string" } } }