Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions services/external-actor-gateway-service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,15 +669,20 @@ components:
- type
- youtubeUrl
additionalProperties: false
BodyPropsSchemaTypeSchema:
BodyComponentIdPropsSchemaTypeVersionIdSchema:
type: object
properties:
type:
type: string
const: custom-component
body:
type: string
minLength: 1
maxLength: 100000
componentId:
type: string
versionId:
type: string
propsSchema:
type: object
propertyNames:
Expand Down Expand Up @@ -2941,7 +2946,7 @@ components:
- $ref: "#/components/schemas/FileIdTypeSchema"
- $ref: "#/components/schemas/FileIdTypeSchema"
- $ref: "#/components/schemas/TypeYoutubeUrlSchema"
- $ref: "#/components/schemas/BodyPropsSchemaTypeSchema"
- $ref: "#/components/schemas/BodyComponentIdPropsSchemaTypeVersionIdSchema"
createdAt:
$ref: "#/components/schemas/UnnamedSchema"
updatedAt:
Expand Down
Loading