Properties
| Name | Type | Description |
|---|---|---|
| created_at | object | |
| id | object | |
| last_failure | object | |
| last_success | object | |
| name | object | |
| secret | object | |
| type | object | |
| url | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/aaa_webhooks",
"title": "aaa_webhooks",
"properties": {
"created_at": {
"$ref": "#/components/schemas/aaa_created_at"
},
"id": {
"$ref": "#/components/schemas/aaa_webhook-id"
},
"last_failure": {
"$ref": "#/components/schemas/aaa_last_failure"
},
"last_success": {
"$ref": "#/components/schemas/aaa_last_success"
},
"name": {
"$ref": "#/components/schemas/aaa_components-schemas-name"
},
"secret": {
"$ref": "#/components/schemas/aaa_secret"
},
"type": {
"$ref": "#/components/schemas/aaa_components-schemas-type"
},
"url": {
"$ref": "#/components/schemas/aaa_url"
}
},
"type": "object"
}