{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateHookOptionConfig", "description": "CreateHookOptionConfig has all config options in it\nrequired are \"content_type\" and \"url\" Required", "type": "object", "additionalProperties": { "type": "string" }, "x-go-package": "forgejo.org/modules/structs" }