diff --git a/dist/schemas/content.yaml b/dist/schemas/content.yaml index 9a90be4..25f3156 100644 --- a/dist/schemas/content.yaml +++ b/dist/schemas/content.yaml @@ -80,6 +80,7 @@ components: - Bottom - ShowMore - ShowMoreThreads + - Gap type: string entryType: $ref: '#/components/schemas/ContentEntryType' diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index 3a89eda..b227e6a 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -84,7 +84,7 @@ components: $ref: "#/components/schemas/ContentEntryType" # null | TimelineTimelineCursor cursorType: type: string - enum: [Top, Bottom, ShowMore, ShowMoreThreads] + enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap] # Gap??? value: type: string