Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion specs/.remarkrc-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
"Status",
"Note to Readers",
"Table of Contents",
"Authors' Addresses",
"Contributors",
"Champions",
"\\[.*\\]",
"draft-.*"
Expand Down
36 changes: 20 additions & 16 deletions specs/jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -2453,16 +2453,6 @@ instance of a distinct class.
This style of usage requires the annotation to be in the same object as the
reference, which must be recognizable as a reference.

## %appendix% Acknowledgments

Thanks to Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, and Henry
Andrews for their work on the initial drafts of JSON Schema.

Thanks to Jason Desrosiers, Daniel Perrett, Erik Wilde, Evgeny Poberezkin, Brad
Bowman, Gowry Sankar, Donald Pipowitch, Dave Finlay, Denis Laxalde, Phil
Sturgeon, Shawn Silverman, and Karen Etheridge for their submissions and patches
to the document.

## %appendix% Change Log[^19]

### draft-bhutton-json-schema-next
Expand Down Expand Up @@ -2624,12 +2614,26 @@ to the document.
### draft-zyp-json-schema-00
- Initial draft.

## Authors' Addresses
| Author | Company | Email | URI |
| ------------------------ | ------- | ----------------------- | -------------------------------- |
| Austin Wright (*editor*) | | <aaa@bzfx.net> | |
| Ben Hutton (*editor*) | Postman | <ben@jsonschema.dev> | <https://jsonschema.dev> |
| Greg Dennis | | <gregsdennis@yahoo.com> | <https://github.com/gregsdennis> |
## Contributors

The JSON Schema specification is a collaborative work with many contributors
over its history. This includes, but is not necessarily limited to, the
following people.

Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, Julian Berman, Austin
Wright, Henry Andrews, Ben Hutton, Jason Desrosiers, Greg Dennis, Daniel
Perrett, Erik Wilde, Evgeny Poberezkin, Brad Bowman, Gowry Sankar, Donald
Pipowitch, Dave Finlay, Denis Laxalde, Phil Sturgeon, Shawn Silverman, Karen
Etheridge, Juan Cruz Viotti, Matthew Adams.

The group of people maintaining the JSON Schema specification has also changed
several times over its history. The following people were the maintainers at the
time this document was published.

| Maintainers | Company | Email | URI |
| ---------------- | ------------------------ | ----------------------- | -------------------------------- |
| Greg Dennis | | <gregsdennis@yahoo.com> | <https://github.com/gregsdennis> |
| Jason Desrosiers | Hyperjump Software, Inc. | <jason@hyperjump.io> | <https://github.com/jdesrosiers> |

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

Expand Down
25 changes: 20 additions & 5 deletions specs/jsonschema-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,11 +907,26 @@ to the document.
- Provide algorithms to calculate schema(s) for array/object instances.
- Add interoperability considerations.

## Authors' Addresses
| Author | Company | Email | URI |
| ------------------------ | ------- | -------------------- | ------------------------ |
| Austin Wright (*editor*) | | <aaa@bzfx.net> | |
| Ben Hutton (*editor*) | Postman | <ben@jsonschema.dev> | <https://jsonschema.dev> |
## Contributors

The JSON Schema specification is a collaborative work with many contributors
over its history. This includes, but is not necessarily limited to, the
following people.

Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, Julian Berman, Austin
Wright, Henry Andrews, Ben Hutton, Jason Desrosiers, Greg Dennis, Daniel
Perrett, Erik Wilde, Evgeny Poberezkin, Brad Bowman, Gowry Sankar, Donald
Pipowitch, Dave Finlay, Denis Laxalde, Phil Sturgeon, Shawn Silverman, Karen
Etheridge, Juan Cruz Viotti, Matthew Adams.

The group of people maintaining the JSON Schema specification has also changed
several times over its history. The following people were the maintainers at the
time this document was published.

| Maintainers | Company | Email | URI |
| ---------------- | ------------------------ | ----------------------- | -------------------------------- |
| Greg Dennis | | <gregsdennis@yahoo.com> | <https://github.com/gregsdennis> |
| Jason Desrosiers | Hyperjump Software, Inc. | <jason@hyperjump.io> | <https://github.com/jdesrosiers> |

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

Expand Down
6 changes: 3 additions & 3 deletions specs/proposals/propertyDependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ vocabulary](../jsonschema-core.md#applicators).

## Champions

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