Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jeremy Fiel as an ambassador #781

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 60 additions & 2 deletions programs/ambassadors/ambassadors.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,63 @@
"link": "https://github.com/eclipse-thingweb/playground/tree/master/packages/json-spell-checker"
}
]
}
]
},
{
"name": "Jeremy Fiel",
"img": "https://avatars.githubusercontent.com/u/32110157?v=4",
"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.",
"title": "Principal Software Engineer | OpenAPI | JSON Schema | Arazzo | APIs",
"github": "jeremyfiel",
"twitter": "jeremyfiel",
"linkedin": "https://www.linkedin.com/in/jeremyfiel",
"company": "ADP, Inc.",
"country": "US",
"contributions": [
{
"type": "project",
"title": "Schema author of OpenAPI Initiative's Arazzo Specification v1.0 JSON Schema",
"date": {
"year": 2024,
"month": "August"
},
"link": "https://github.com/oai/arazzo-specification/schemas/v1.0/schema.yaml"
},
{
"type": "project",
"title": "OSS contributor for Redocly CLI",
"date": {
"year": 2023,
"month": "April"
},
"link": "https://github.com/redocly/redocly-cli"
},
{
"type": "other",
"title": "JSON Schema Slack Community Member",
"date": {
"year": 2021,
"month": "November"
},
"link": "https://json-schema.slack.com"
},
{
"type": "other",
"title": "JSON Schema Stack Overflow Community Member",
"date": {
"year": 2021,
"month": "November"
},
"link": "https://stackoverflow.com/questions/tagged/json-schema"
},
Comment on lines +312 to +329
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we need a "community presence" field for these. This seems common enough to warrant its own field.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we need a "community presence" field for these. This seems common enough to warrant its own field.

I just created a PR to add a new value in the enum referring to Community contributions:

#791

{
"type": "adopter",
"title": "Add ADP, Inc. to the JSON Schema Adopters list.",
"date": {
"year": 2023,
"month": "October"
},
"link": "https://landscape.json-schema.org/"
}
]
}
]