Skip to content

Commit d4afdc0

Browse files
Add ambassador submission - David Biesack (#754)
* Add ambassador submission - David Biesack * add APISpecs conference talk * Update programs/ambassadors/ambassadors.json change twitter to mastodon Co-authored-by: Benjamin Granados <[email protected]> * Update ambassadors.json fix misspelling --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent 523d586 commit d4afdc0

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

programs/ambassadors/ambassadors.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,71 @@
3636
"month": "April"
3737
},
3838
"link": "https://landscape.json-schema.org/"
39+
},
40+
{
41+
"name": "David Biesack",
42+
"img": "https://avatars.githubusercontent.com/u/545944?s=400&u=26818946106e2d8ae8c0cb5e0b72d6c7f612d268&v=4",
43+
"bio": "Chief API Officer at APiture (I design banking APIs with OpenAPI 3.1, JSON Schema 2020/12) and author of the API Design Matters blog, https://apidesignmatters.substack.com/ ",
44+
"title": "Chief API Officer",
45+
"github": "DavidBiesack",
46+
"mastodon": "@[email protected]",
47+
"linkedin": "davdbiesack",
48+
"company": "Apiture",
49+
"country": "🇺🇸",
50+
"contributions": [
51+
{
52+
"type": "article",
53+
"title": "Composing API Models with JSON Schema",
54+
"date": {
55+
"year": 2023,
56+
"month": "June"
57+
},
58+
"link": "https://apidesignmatters.substack.com/p/composing-api-models-with-json-schema"
59+
},
60+
{
61+
"type": "article",
62+
"title": "Master JSON Schema's Subtleties",
63+
"date": {
64+
"year": 2023,
65+
"month": "July"
66+
},
67+
"link": "https://apidesignmatters.substack.com/p/master-json-schemas-subtleties"
68+
},
69+
{
70+
"type": "article",
71+
"title": "Master More JSON Schema's Subtleties",
72+
"date": {
73+
"year": 2023,
74+
"month": "July"
75+
},
76+
"link": "https://apidesignmatters.substack.com/p/master-more-json-schemas-subtleties"
77+
},
78+
{
79+
"type": "article",
80+
"title": "Learning the Language of API Data",
81+
"date": {
82+
"year": 2023,
83+
"month": "May"
84+
},
85+
"link": "https://apidesignmatters.substack.com/p/learning-the-language-of-api-data"
86+
},
87+
{
88+
"type": "pull request review",
89+
"title": "What is JSON Schema?",
90+
"date": {
91+
"year": 2024,
92+
"month": "June"
93+
},
94+
"link": "https://github.com/json-schema-org/website/pull/679"
95+
},
96+
{
97+
"type": "conference-talk",
98+
"title": "Wielding the Double-Edged Sword of JSON Schema",
99+
"date": {
100+
"year": 2022,
101+
"month": "Sempember"
102+
},
103+
"link": "https://www.youtube.com/watch?v=6ukZEUBRpqo"
39104
}
40105
]
41106
}

0 commit comments

Comments
 (0)