Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions authored May 8, 2024
1 parent 5f83590 commit dfe6d31
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions fern/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5362,28 +5362,7 @@
],
"additionalProperties": false
},
"TransformReference": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"transform"
],
"description": "A transformation rule must be of type `transformation`"
},
"transformation_id": {
"type": "string",
"description": "ID of the attached transformation object. Optional input, always set once the rule is defined"
}
},
"required": [
"type",
"transformation_id"
],
"additionalProperties": false
},
"TransformFull": {
"TransformRule": {
"type": "object",
"properties": {
"type": {
Expand Down Expand Up @@ -5432,16 +5411,6 @@
],
"additionalProperties": false
},
"TransformRule": {
"anyOf": [
{
"$ref": "#/components/schemas/TransformReference"
},
{
"$ref": "#/components/schemas/TransformFull"
}
]
},
"DelayRule": {
"type": "object",
"properties": {
Expand Down

0 comments on commit dfe6d31

Please sign in to comment.