mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-20 03:59:26 +02:00
docs: update
This commit is contained in:
parent
339bcabbb5
commit
8833bfcf4d
33
www/docs/static/schema.json
generated
vendored
33
www/docs/static/schema.json
generated
vendored
@ -43,6 +43,10 @@
|
||||
"telegram": {
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"$ref": "#/definitions/Telegram"
|
||||
},
|
||||
"webhook": {
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"$ref": "#/definitions/Webhook"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -2287,6 +2291,35 @@
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"Webhook": {
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"skip_tls_verify": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"message_template": {
|
||||
"type": "string"
|
||||
},
|
||||
"endpoint_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"headers": {
|
||||
"patternProperties": {
|
||||
".*": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"content_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user