From 4d82d782d416722d7e1a226cd4db4bbad63aa5d2 Mon Sep 17 00:00:00 2001 From: arisnguyenit97 Date: Sat, 11 Jan 2025 21:59:56 +0700 Subject: [PATCH] :books: docs: update README.md #4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12662a0..e51fffc 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ In addition to the `.` symbol, several other characters hold special significanc > required.1 # "taxonId" > oneOf.0.required # ["alias", "team"] > oneOf.0.required.1 # "team" +> properties.sampleRelationships # { "$ref": "definitions-schema.json#/definitions/sampleRelationships" } ``` - **Wildcards**: A key can include special wildcard symbols like `*` and `?`. The `*` matches any sequence of characters (including none), while `?` matches exactly one character.