{ "$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" }