|
36 | 36 | "month": "April"
|
37 | 37 | },
|
38 | 38 | "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 | + |
| 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" |
39 | 104 | }
|
40 | 105 | ]
|
41 | 106 | }
|
|
0 commit comments