diff --git a/dist/dart/schemas/tweet.yaml b/dist/dart/schemas/tweet.yaml index 5a72d66..002fcc6 100644 --- a/dist/dart/schemas/tweet.yaml +++ b/dist/dart/schemas/tweet.yaml @@ -94,6 +94,44 @@ components: properties: __typename: $ref: ./typename.yaml#/components/schemas/TypeName + card: + properties: + legacy: + properties: + binding_values: + items: + properties: + key: + type: string + value: + properties: + boolean_value: + type: boolean + scribe_key: + type: string + string_value: + type: string + type: + type: string + required: + - type + type: object + required: + - key + - value + type: object + type: array + name: + type: string + url: + type: string + required: + - binding_values + - name + - url + type: object + rest_id: string + type: object core: $ref: ./user.yaml#/components/schemas/UserResultCore edit_control: @@ -241,6 +279,24 @@ components: - __typename - tweet Url: + properties: + display_url: + type: string + expanded_url: + format: uri + type: string + indices: + items: + type: integer + type: array + url: + format: uri + type: string + required: + - url + - indices + - expanded_url + - display_url type: object UserMention: type: object diff --git a/dist/docs/schemas/tweet.yaml b/dist/docs/schemas/tweet.yaml index 5a72d66..002fcc6 100644 --- a/dist/docs/schemas/tweet.yaml +++ b/dist/docs/schemas/tweet.yaml @@ -94,6 +94,44 @@ components: properties: __typename: $ref: ./typename.yaml#/components/schemas/TypeName + card: + properties: + legacy: + properties: + binding_values: + items: + properties: + key: + type: string + value: + properties: + boolean_value: + type: boolean + scribe_key: + type: string + string_value: + type: string + type: + type: string + required: + - type + type: object + required: + - key + - value + type: object + type: array + name: + type: string + url: + type: string + required: + - binding_values + - name + - url + type: object + rest_id: string + type: object core: $ref: ./user.yaml#/components/schemas/UserResultCore edit_control: @@ -241,6 +279,24 @@ components: - __typename - tweet Url: + properties: + display_url: + type: string + expanded_url: + format: uri + type: string + indices: + items: + type: integer + type: array + url: + format: uri + type: string + required: + - url + - indices + - expanded_url + - display_url type: object UserMention: type: object diff --git a/dist/test/schemas/tweet.yaml b/dist/test/schemas/tweet.yaml index 5a72d66..002fcc6 100644 --- a/dist/test/schemas/tweet.yaml +++ b/dist/test/schemas/tweet.yaml @@ -94,6 +94,44 @@ components: properties: __typename: $ref: ./typename.yaml#/components/schemas/TypeName + card: + properties: + legacy: + properties: + binding_values: + items: + properties: + key: + type: string + value: + properties: + boolean_value: + type: boolean + scribe_key: + type: string + string_value: + type: string + type: + type: string + required: + - type + type: object + required: + - key + - value + type: object + type: array + name: + type: string + url: + type: string + required: + - binding_values + - name + - url + type: object + rest_id: string + type: object core: $ref: ./user.yaml#/components/schemas/UserResultCore edit_control: @@ -241,6 +279,24 @@ components: - __typename - tweet Url: + properties: + display_url: + type: string + expanded_url: + format: uri + type: string + indices: + items: + type: integer + type: array + url: + format: uri + type: string + required: + - url + - indices + - expanded_url + - display_url type: object UserMention: type: object diff --git a/dist/typescript/schemas/tweet.yaml b/dist/typescript/schemas/tweet.yaml index 5a72d66..002fcc6 100644 --- a/dist/typescript/schemas/tweet.yaml +++ b/dist/typescript/schemas/tweet.yaml @@ -94,6 +94,44 @@ components: properties: __typename: $ref: ./typename.yaml#/components/schemas/TypeName + card: + properties: + legacy: + properties: + binding_values: + items: + properties: + key: + type: string + value: + properties: + boolean_value: + type: boolean + scribe_key: + type: string + string_value: + type: string + type: + type: string + required: + - type + type: object + required: + - key + - value + type: object + type: array + name: + type: string + url: + type: string + required: + - binding_values + - name + - url + type: object + rest_id: string + type: object core: $ref: ./user.yaml#/components/schemas/UserResultCore edit_control: @@ -241,6 +279,24 @@ components: - __typename - tweet Url: + properties: + display_url: + type: string + expanded_url: + format: uri + type: string + indices: + items: + type: integer + type: array + url: + format: uri + type: string + required: + - url + - indices + - expanded_url + - display_url type: object UserMention: type: object