diff --git a/dist/schemas/content.yaml b/dist/schemas/content.yaml index 5fb9bd8..f2d3622 100644 --- a/dist/schemas/content.yaml +++ b/dist/schemas/content.yaml @@ -144,6 +144,8 @@ components: itemType: $ref: '#/components/schemas/ContentItemType' type: string + promotedMetadata: + type: object tweetDisplayType: type: string tweet_results: @@ -164,8 +166,6 @@ components: type: string userDisplayType: type: string - user_results: - $ref: ./user.yaml#/components/schemas/UserResults required: - __typename - itemType diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index 16efd67..04d5f09 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -147,6 +147,8 @@ components: $ref: "#/components/schemas/ItemResult" SocialContext: $ref: "#/components/schemas/SocialContext" + promotedMetadata: + type: object # todo TimelineUser: required: @@ -165,8 +167,6 @@ components: $ref: "#/components/schemas/SocialContext" userDisplayType: type: string # enum - user_results: - $ref: "./user.yaml#/components/schemas/UserResults" ItemResult: required: