diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index 96f8a5c..5c4c13b 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -1270,6 +1270,7 @@ components: enum: - Vertical - VerticalConversation + - Carousel type: string entryType: $ref: '#/components/schemas/ContentEntryType' diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index c8b671f..db97d5b 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -1270,6 +1270,7 @@ components: enum: - Vertical - VerticalConversation + - Carousel type: string entryType: $ref: '#/components/schemas/ContentEntryType' diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index 4e6352c..62c1ed3 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -60,7 +60,7 @@ components: $ref: "#/components/schemas/ContentEntryType" # TimelineTimelineCursor displayType: type: string - enum: [Vertical, VerticalConversation] + enum: [Vertical, VerticalConversation, Carousel] items: type: array items: