Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit dae18d3

Browse files
committed
Updated FAQ: draft wright json schema hyperschema 01 (markdown)
1 parent c7f1a5b commit dae18d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FAQ:-draft-wright-json-schema-hyperschema-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ A: During final review, it became apparent that there was no consensus on how to
104104

105105
A: While there are [unresolved questions around HTML analogies](https://github.com/json-schema-org/json-schema-spec/issues/294), we came to a consensus that the existing analogies caused more harm than good, for two reasons:
106106

107-
1. The change between draft-03 and draft-04 to let `"method"` indicate any HTTP method instead of HTML's `<form method="...">` "get" and "post" values broke the original analogy to HTML
108-
2. Only being able to use `"schema"` and `"encType"` for either the URI query string (but no other part of the URI) was or the request body, but not having any way to work with both, was overly restrictive for API design
107+
1. The change between draft-03 and draft-04 to let `"method"` indicate any HTTP method instead of HTML's `<form method="...">` "get" and "post" values broke the original analogy to HTML, and trying to change it back was not well-received
108+
2. Only being able to use `"schema"` and `"encType"` for either the URI query string (but no other part of the URI) or the request body, but not having any way to work with both at once, was overly restrictive for API design
109109

110110
#### Splitting `"schema"`
111111

0 commit comments

Comments
 (0)