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