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

Commit c7f1a5b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ A: During final review, it became apparent that there was no consensus on how to
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

107107
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 the request or the URI query string (but no other part of the URI) was overly restrictive for API design
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
109109

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

0 commit comments

Comments
 (0)