Skip to content

Commit 42dfe4b

Browse files
committed
Transition from "Authors"/"Editors" to "Contributors"/"Maintainers"
1 parent b11ba1d commit 42dfe4b

File tree

4 files changed

+44
-25
lines changed

4 files changed

+44
-25
lines changed

specs/.remarkrc-specs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
"Status",
1919
"Note to Readers",
2020
"Table of Contents",
21-
"Authors' Addresses",
21+
"Contributors",
2222
"Champions",
2323
"\\[.*\\]",
2424
"draft-.*"

specs/jsonschema-core.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,16 +2453,6 @@ instance of a distinct class.
24532453
This style of usage requires the annotation to be in the same object as the
24542454
reference, which must be recognizable as a reference.
24552455

2456-
## %appendix% Acknowledgments
2457-
2458-
Thanks to Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, and Henry
2459-
Andrews for their work on the initial drafts of JSON Schema.
2460-
2461-
Thanks to Jason Desrosiers, Daniel Perrett, Erik Wilde, Evgeny Poberezkin, Brad
2462-
Bowman, Gowry Sankar, Donald Pipowitch, Dave Finlay, Denis Laxalde, Phil
2463-
Sturgeon, Shawn Silverman, and Karen Etheridge for their submissions and patches
2464-
to the document.
2465-
24662456
## %appendix% Change Log[^19]
24672457

24682458
### draft-bhutton-json-schema-next
@@ -2624,12 +2614,26 @@ to the document.
26242614
### draft-zyp-json-schema-00
26252615
- Initial draft.
26262616

2627-
## Authors' Addresses
2628-
| Author | Company | Email | URI |
2629-
| ------------------------ | ------- | ----------------------- | -------------------------------- |
2630-
| Austin Wright (*editor*) | | <aaa@bzfx.net> | |
2631-
| Ben Hutton (*editor*) | Postman | <ben@jsonschema.dev> | <https://jsonschema.dev> |
2632-
| Greg Dennis | | <gregsdennis@yahoo.com> | <https://github.com/gregsdennis> |
2617+
## Contributors
2618+
2619+
The JSON Schema specification is a collaborative work with many contributors
2620+
over its history. This includes, but is not necessarily limited to, the
2621+
following people.
2622+
2623+
Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, Julian Berman, Austin
2624+
Wright, Henry Andrews, Ben Hutton, Jason Desrosiers, Greg Dennis, Daniel
2625+
Perrett, Erik Wilde, Evgeny Poberezkin, Brad Bowman, Gowry Sankar, Donald
2626+
Pipowitch, Dave Finlay, Denis Laxalde, Phil Sturgeon, Shawn Silverman, Karen
2627+
Etheridge, Juan Cruz Viotti, Matthew Adams.
2628+
2629+
The group of people maintaining the JSON Schema specification has also changed
2630+
several times over its history. The following people were the maintainers at the
2631+
time this document was published.
2632+
2633+
| Maintainers | Company | Email | URI |
2634+
| ---------------- | ------------------------ | ----------------------- | -------------------------------- |
2635+
| Greg Dennis | | <gregsdennis@yahoo.com> | <https://github.com/gregsdennis> |
2636+
| Jason Desrosiers | Hyperjump Software, Inc. | <jason@hyperjump.io> | <https://github.com/jdesrosiers> |
26332637

26342638
[^19]: This section to be removed before leaving Internet-Draft status.
26352639

specs/jsonschema-validation.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -907,11 +907,26 @@ to the document.
907907
- Provide algorithms to calculate schema(s) for array/object instances.
908908
- Add interoperability considerations.
909909

910-
## Authors' Addresses
911-
| Author | Company | Email | URI |
912-
| ------------------------ | ------- | -------------------- | ------------------------ |
913-
| Austin Wright (*editor*) | | <aaa@bzfx.net> | |
914-
| Ben Hutton (*editor*) | Postman | <ben@jsonschema.dev> | <https://jsonschema.dev> |
910+
## Contributors
911+
912+
The JSON Schema specification is a collaborative work with many contributors
913+
over its history. This includes, but is not necessarily limited to, the
914+
following people.
915+
916+
Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, Julian Berman, Austin
917+
Wright, Henry Andrews, Ben Hutton, Jason Desrosiers, Greg Dennis, Daniel
918+
Perrett, Erik Wilde, Evgeny Poberezkin, Brad Bowman, Gowry Sankar, Donald
919+
Pipowitch, Dave Finlay, Denis Laxalde, Phil Sturgeon, Shawn Silverman, Karen
920+
Etheridge, Juan Cruz Viotti, Matthew Adams.
921+
922+
The group of people maintaining the JSON Schema specification has also changed
923+
several times over its history. The following people were the maintainers at the
924+
time this document was published.
925+
926+
| Maintainers | Company | Email | URI |
927+
| ---------------- | ------------------------ | ----------------------- | -------------------------------- |
928+
| Greg Dennis | | <gregsdennis@yahoo.com> | <https://github.com/gregsdennis> |
929+
| Jason Desrosiers | Hyperjump Software, Inc. | <jason@hyperjump.io> | <https://github.com/jdesrosiers> |
915930

916931
[^6]: This section to be removed before leaving Internet-Draft status.
917932

specs/proposals/propertyDependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ vocabulary](../jsonschema-core.md#applicators).
137137

138138
## Champions
139139

140-
| Champion | Company | Email | URI |
141-
| -------------------------- | ------- | -------------------- | -------------------------------- |
142-
| Jason Desrosiers | Postman | <jdesrosi@gmail.com> | <https://github.com/jdesrosiers> |
140+
| Champion | Company | Email | URI |
141+
| ---------------- | ------------------------ | -------------------- | -------------------------------- |
142+
| Jason Desrosiers | Hyperjump Software, Inc. | <jason@hyperjump.io> | <https://github.com/jdesrosiers> |

0 commit comments

Comments
 (0)