-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Lightning Talk] Describing data in APIs with JSON Schema #56
Comments
Hey Tanya! I'm not sure if my reply to meetup made it to you or not, I was on vacation and without a laptop. Did you come to the meetup last week? If not, we can try to work this in before another talk later in the year. Let me know! |
Hi @jakerella, I hoped you enjoyed your vacation!
I didn't present last week. And I would be happy to present before another talk -- meetups in September or October are the most convenient for me. |
Sounds good... lemme think about which one would be best, right now I'm leaning toward September 13. |
Hey Tanya! So for the long silence. Any chance you'd be up for doing this talk in February or March? I'm thinking that I'll try to schedule two shorter talks together. So we'd give you a 20-ish minute slot, and someone else the same... thoughts? Alternatively, if you think this talk could be expanded into more like 40 minutes (with some examples, case studies/use cases/etc) then we'd love to have you on in early 2019 solo. Let me know! |
Hi Tanya, looks like you may not check GitHub too often? I'll ping you on twitter, but wondering if you'd be up for doing this short talk in May and we can line up another short talk and have a 2-talk night. Thoughts? |
Hi @jakerella, I just moved to Boston and won't be able to present in May because I won't be in DC. |
Ah... sad. But ok, thank you! Good luck up there! |
Hey @jakerella - I had asked about a pretty similar topic over in @dctech Was still looking to see if someone had frontend experience with JSON Schema, but I'd be super interested in the topic regardless |
Cool... I'll post over there that DCJS would love to see this |
Your Name: Tanya Fesenko
Your Twitter Handle: tanya_fesenko
A few words about yourself: Lead software engineer with a proven track record of bringing products from concept to implementation. Background including working in four countries with people from almost all continents in corporate, semi-public and start-up environments. Driven, thorough, and passionate about technology.
Talk title: Describing data in APIs with JSON Schema
Talk abstract:
Data is in the center of many APIs used by developers. Which data format do these APIs accept? What we must include into the data payload and what are optional? How can we know which values this service accepts? What can I expect to receive in response? Can I automatically validate the data? JSON Schema is the answer to these questions. It is a precise description of JSON data which is both machine-readable and human-friendly. In this presentation, I will talk about how JSON schema is used to describe payload in OpenAPI specification and provide an overview of my favorite features. By the end of this talk, you will know how to describe objects and their properties, what is required in the request, and what will be returned in a response. In addition to this, you will also know how to model data type inheritance in JSON Schema.
Expected length: 10-15 mins
Available months: August - October 2018
The text was updated successfully, but these errors were encountered: