Skip to content

Commit

Permalink
feat: add support to write x & github accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
manan19 committed Dec 12, 2024
1 parent d67f43d commit 5024261
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,7 @@ components:
type: string
enum:
- x
- github
username:
type: string
power_badge:
Expand Down Expand Up @@ -2017,6 +2018,13 @@ components:
format: double
minimum: -180
maximum: 180
verified_accounts:
type: object
properties:
x:
type: string
github:
type: string
CastViewerContext:
type: object
description: Adds context on interactions the viewer has made with the cast.
Expand Down Expand Up @@ -3307,6 +3315,13 @@ components:
type: string
display_name:
type: string
verified_accounts:
type: object
properties:
x:
type: string
github:
type: string
location:
type: object
required:
Expand Down

0 comments on commit 5024261

Please sign in to comment.