From 2f095220296abb77822d3889e67b148ded61234a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jun 2026 16:52:49 +0000 Subject: [PATCH] chore: sync OpenAPI specs from PR #3713 --- .../openapi.yaml | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/services/external-actor-gateway-service/openapi.yaml b/services/external-actor-gateway-service/openapi.yaml index 51fc472..c10e955 100644 --- a/services/external-actor-gateway-service/openapi.yaml +++ b/services/external-actor-gateway-service/openapi.yaml @@ -69,6 +69,11 @@ components: metaDescription: null purpose: null enrichmentStatus: pending + 4Example: + description: Example values extracted from schema defaults + summary: 4 example + value: + requires: [] CreateAudienceRequestExample: description: Example values extracted from schema defaults summary: CreateAudienceRequest example @@ -669,7 +674,7 @@ components: - type - youtubeUrl additionalProperties: false - BodyPropsSchemaTypeSchema: + BodyPropsSchemaRequiresTypeSchema: type: object properties: type: @@ -678,6 +683,11 @@ components: body: type: string maxLength: 100000 + requires: + default: [] + type: array + items: + $ref: "#/components/schemas/NestedObject3" propsSchema: type: object propertyNames: @@ -686,6 +696,7 @@ components: required: - type - body + - requires additionalProperties: false TypeVideoSchema: type: object @@ -2793,6 +2804,19 @@ components: - newValue - status additionalProperties: false + NestedObject3: + type: object + properties: + packId: + type: string + minLength: 1 + packVersion: + type: string + minLength: 1 + required: + - packId + - packVersion + additionalProperties: false OgImage: type: object properties: @@ -2941,7 +2965,7 @@ components: - $ref: "#/components/schemas/FileIdTypeSchema" - $ref: "#/components/schemas/FileIdTypeSchema" - $ref: "#/components/schemas/TypeYoutubeUrlSchema" - - $ref: "#/components/schemas/BodyPropsSchemaTypeSchema" + - $ref: "#/components/schemas/BodyPropsSchemaRequiresTypeSchema" createdAt: $ref: "#/components/schemas/UnnamedSchema" updatedAt: