Skip to content

Commit 5d14a39

Browse files
committed
feat(ambassador): add jeremy fiel to ambassador list
1 parent 57b199d commit 5d14a39

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

programs/ambassadors/ambassadors.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,63 @@
105105
"link": "https://www.youtube.com/watch?v=6ukZEUBRpqo"
106106
}
107107
]
108+
},
109+
{
110+
"name": "Jeremy Fiel",
111+
"img": "https://avatars.githubusercontent.com/u/32110157?v=4",
112+
"bio": "Originally, an international logistics expert with more than 15 years of professional experience, Jeremy transitioned to software, specifically APIs, about 8 years ago. His passion for learning and contributing back to the community is where he found a love for open source projects. He is now a consistent contributor to projects such as [Redocly](https://github.com/redocly) and the [OpenAPI Initiative](https://github.com/OAI) projects, and a very active community member of JSON Schema.",
113+
"title": "Principal Software Engineer | OpenAPI | JSON Schema | Arazzo | APIs",
114+
"github": "jeremyfiel",
115+
"twitter": "jeremyfiel",
116+
"linkedin": "https://www.linkedin.com/in/jeremyfiel",
117+
"company": "ADP, Inc.",
118+
"country": "US",
119+
"contributions": [
120+
{
121+
"type": "project",
122+
"title": "Schema author of OpenAPI Initiative's Arazzo Specification v1.0 JSON Schema",
123+
"date": {
124+
"year": "2024",
125+
"month": "August"
126+
},
127+
"link": "https://github.com/oai/arazzo-specification/schemas/v1.0/schema.yaml"
128+
},
129+
{
130+
"type": "project",
131+
"title": "OSS contributor for Redocly CLI",
132+
"date": {
133+
"year": "2023",
134+
"month": "April"
135+
},
136+
"link": "https://github.com/redocly/redocly-cli"
137+
},
138+
{
139+
"type": "other",
140+
"title": "JSON Schema Slack Community Member",
141+
"date": {
142+
"year": 2021,
143+
"month": "November"
144+
},
145+
"link": "https://json-schema.slack.com"
146+
},
147+
{
148+
"type": "other",
149+
"title": "JSON Schema Stack Overflow Community Member",
150+
"date": {
151+
"year": 2021,
152+
"month": "November"
153+
},
154+
"link": "https://stackoverflow.com/questions/tagged/json-schema"
155+
},
156+
{
157+
"type": "adopter",
158+
"title": "Add ADP, Inc. to the JSON Schema Adopters list.",
159+
"date": {
160+
"year": 2023,
161+
"month": "October"
162+
},
163+
"link": "https://landscape.json-schema.org/"
164+
}
165+
]
108166
}
109167
]

0 commit comments

Comments
 (0)