Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit b24284b

Browse files
authored
Merge pull request #38 from hookdeck/fern/update-api-specs
🌿 ✨ [Scheduled] Update API Spec
2 parents 12cd3c8 + 7bc4430 commit b24284b

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

fern/openapi/openapi.json

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5362,28 +5362,7 @@
53625362
],
53635363
"additionalProperties": false
53645364
},
5365-
"TransformReference": {
5366-
"type": "object",
5367-
"properties": {
5368-
"type": {
5369-
"type": "string",
5370-
"enum": [
5371-
"transform"
5372-
],
5373-
"description": "A transformation rule must be of type `transformation`"
5374-
},
5375-
"transformation_id": {
5376-
"type": "string",
5377-
"description": "ID of the attached transformation object. Optional input, always set once the rule is defined"
5378-
}
5379-
},
5380-
"required": [
5381-
"type",
5382-
"transformation_id"
5383-
],
5384-
"additionalProperties": false
5385-
},
5386-
"TransformFull": {
5365+
"TransformRule": {
53875366
"type": "object",
53885367
"properties": {
53895368
"type": {
@@ -5432,16 +5411,6 @@
54325411
],
54335412
"additionalProperties": false
54345413
},
5435-
"TransformRule": {
5436-
"anyOf": [
5437-
{
5438-
"$ref": "#/components/schemas/TransformReference"
5439-
},
5440-
{
5441-
"$ref": "#/components/schemas/TransformFull"
5442-
}
5443-
]
5444-
},
54455414
"DelayRule": {
54465415
"type": "object",
54475416
"properties": {
@@ -19395,4 +19364,4 @@
1939519364
}
1939619365
}
1939719366
}
19398-
}
19367+
}

0 commit comments

Comments
 (0)