From dfe6d3169972af23b08fa472e961bfc0bff5f024 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 8 May 2024 17:05:58 +0000 Subject: [PATCH] Update OpenAPI specification --- fern/openapi/openapi.json | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/fern/openapi/openapi.json b/fern/openapi/openapi.json index 375119c..55345b2 100644 --- a/fern/openapi/openapi.json +++ b/fern/openapi/openapi.json @@ -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": { @@ -5432,16 +5411,6 @@ ], "additionalProperties": false }, - "TransformRule": { - "anyOf": [ - { - "$ref": "#/components/schemas/TransformReference" - }, - { - "$ref": "#/components/schemas/TransformFull" - } - ] - }, "DelayRule": { "type": "object", "properties": {