Skip to content

Commit 8d6b7d6

Browse files
Daniel Perretthandrews
authored andcommitted
JSON Schema library should not precede name of product using it, so avoid saying it must come "first"
1 parent f7e71d2 commit 8d6b7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ Link: </alice>;rel="profile", </bob>;rel="profile"
612612
Distributed systems SHOULD make use of a shared cache and/or caching proxy.
613613
</t>
614614
<t>
615-
Clients SHOULD set or prepend a User-Agent header specific to the JSON Schema implementation or software product. Since symbols are listed in decreasing order of significance, the JSON Schema library name/version goes first, then the more generic HTTP library name (if any). For example:
615+
Clients SHOULD set or prepend a User-Agent header specific to the JSON Schema implementation or software product. Since symbols are listed in decreasing order of significance, the JSON Schema library name/version should precede the more generic HTTP library name (if any). For example:
616616
<figure>
617617
<artwork>
618618
<![CDATA[
619-
User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
619+
User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
620620
]]>
621621
</artwork>
622622
</figure>

0 commit comments

Comments
 (0)