Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions logic_extensions/http/1.0/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
Webhook contract between Arcade Engine and external hook servers for tool execution control.

**Note:** All endpoint paths are fully configurable. The paths shown (/pre, /post, etc.) are just defaults. You specify the actual paths when configuring your hooks in Arcade. The payloads described below remain the same.
version: 1.1.0-beta
version: 1.1.1-beta

paths:
/pre:
Expand Down Expand Up @@ -186,7 +186,6 @@ components:
description: Tool version
metadata:
$ref: '#/components/schemas/ToolVersionInfoMetadata'
description: Tool metadata

OAuth2Details:
type: object
Expand Down Expand Up @@ -395,7 +394,6 @@ components:
description: Tool version
metadata:
$ref: '#/components/schemas/ToolVersionInfoMetadata'
description: Tool metadata

ToolVersionInfoMetadata:
type: object
Expand Down
Loading