Skip to content
Merged
Show file tree
Hide file tree
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
28 changes: 2 additions & 26 deletions components/schemas/hubs/integrations/IntegrationDefinition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,13 @@ properties:
- object
- "null"
additionalProperties:
type: object
required:
- description
- required
properties:
regex:
type:
- string
- "null"
required:
type: boolean
description:
type: string
$ref: ./IntegrationDefinitionField.yml
auth:
type:
- object
- "null"
additionalProperties:
type: object
required:
- description
- required
properties:
regex:
type:
- string
- "null"
required:
type: boolean
description:
type: string
$ref: ./IntegrationDefinitionField.yml
url:
type: string
format: uri
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
title: IntegrationDefinitionField
type: object
required:
- description
- required
properties:
regex:
type:
- string
- "null"
required:
type: boolean
description:
type: string
type:
type: string
enum:
- "select"
- "string"
- "int"
- "blob"
options:
oneOf:
- type: array
items:
type: string
- type: "null"