Skip to content

Commit fa35a7b

Browse files
committed
fix(specs): remove required fields to not break existing integrations
1 parent 437cf0c commit fa35a7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

specs/ingestion/common/schemas/transformation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ TransformationCreate:
107107
$ref: '#/AuthenticationIDs'
108108
required:
109109
- name
110-
- type
111-
- input
112110

113111
TransformationCreateResponse:
114112
type: object
@@ -165,8 +163,6 @@ TransformationTry:
165163
items:
166164
$ref: './authentication.yml#/AuthenticationCreate'
167165
required:
168-
- type
169-
- input
170166
- sampleRecord
171167

172168
TransformationTryResponse:

0 commit comments

Comments
 (0)