From 90ccdd16fc03a9c74e5cf3d8b970f62ee818a4a8 Mon Sep 17 00:00:00 2001 From: Clemens Vasters Date: Mon, 8 Jun 2026 12:00:19 +0200 Subject: [PATCH] Update changes section for draft-02 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- draft-vasters-json-structure-validation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/draft-vasters-json-structure-validation.md b/draft-vasters-json-structure-validation.md index 090e7d4..26e091d 100644 --- a/draft-vasters-json-structure-validation.md +++ b/draft-vasters-json-structure-validation.md @@ -503,6 +503,17 @@ This document has no IANA actions. --- back +# Changes from draft-vasters-json-structure-validation-01 +{:numbered="false"} + +- Updated obsolete RFC 4646 reference to RFC 5646 (BCP 47). +- Fixed terminology: `$uses` is an array, not a "clause"; entries are not + "keys". +- Removed awkward parenthetical "(property)" in `has` keyword definition. +- Clarified roles of `patternProperties`/`patternKeys` vs + `propertyNames`/`keyNames`: the former validates property values by name + pattern, the latter validates names themselves. + # Changes from draft-vasters-json-structure-validation-00 {:numbered="false"}