-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b385db
commit 17f6c4a
Showing
3 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"patternProperties": { | ||
"^.*$": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
}, | ||
"website": { | ||
"type": "string", | ||
"format": "uri" | ||
}, | ||
"avatar": { | ||
"type": "string", | ||
"format": "uri" | ||
} | ||
}, | ||
"required": ["name", "website", "avatar"], | ||
"additionalProperties": false | ||
} | ||
}, | ||
"additionalProperties": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# yaml-language-server: $schema=./.github/authors_schema.json | ||
|
||
# You can optionally customize how your information shows up cookbook.openai.com over here. | ||
# If your information is not present here, it will be pulled from your GitHub profile. | ||
|
||
0hq: | ||
name: "Will Depue" | ||
website: "http://depue.design" | ||
avatar: "https://pbs.twimg.com/profile_images/1619879636057595904/NdjEAqPm_400x400.jpg" | ||
|
||
cathykaic: | ||
name: "Kai Chen" | ||
website: "https://twitter.com/cathykaic" | ||
avatar: "https://pbs.twimg.com/profile_images/1657816900817272832/ioGq5O0t_400x400.jpg" | ||
|
||
shyamal-anadkat: | ||
name: "Shyamal Anadkat" | ||
website: "https://twitter.com/shyamalanadkat" | ||
avatar: "https://pbs.twimg.com/profile_images/1590564338682560512/3bbZJqxZ_400x400.jpg" | ||
|
||
simonpfish: | ||
name: "Simón Fishman" | ||
website: "https://twitter.com/simonpfish" | ||
avatar: "https://pbs.twimg.com/profile_images/1687643030243901441/61DpxNfc_400x400.jpg" | ||
|
||
joe-at-openai: | ||
name: "Joe Palermo" | ||
website: "https://www.linkedin.com/in/joe-palermo-99219237" | ||
avatar: "https://media.licdn.com/dms/image/C4E03AQF_tsi7Kom0rg/profile-displayphoto-shrink_800_800/0/1630002100665?e=1704931200&v=beta&t=z3HKO9FmGHJIxhes9TXRzw-8iY-CBsEZYZc8zTogiLU" | ||
|
||
mwu1993: | ||
name: "Michael Wu" | ||
website: "https://www.linkedin.com/in/michael-wu-77440977/" | ||
avatar: "https://media.licdn.com/dms/image/C5603AQFhQfx0I-raUg/profile-displayphoto-shrink_800_800/0/1527451059977?e=1704931200&v=beta&t=wkFOj0Rigp6e9wm7aZdziOQ6jHARyXj3EoK1K8jaaas" |