You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used for hypermedia systems over a network, <xreftarget="RFC7231">HTTP</xref> is frequently the protocol of choice for distributing schemas. Misbehaved clients can pose problems for server maintainers if they pull a schema over the network more frequently than necessary, when it's instead possible to cache a schema for a long period of time.
527
527
</t>
528
528
<t>
529
-
HTTP servers SHOULD set long-lived caching headers on JSON Schemas. HTTP clients SHOULD observe caching headers and not re-request documents within their freshness period.
529
+
HTTP servers SHOULD set long-lived caching headers on JSON Schemas.
530
+
HTTP clients SHOULD observe caching headers and not re-request documents within their freshness period.
531
+
Distributed systems SHOULD make use of a shared cache and/or caching proxy.
530
532
</t>
531
533
<t>
532
534
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:
0 commit comments