Skip to content

Commit

Permalink
📚 docs: update README.md #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jan 11, 2025
1 parent c38b4ce commit 4d82d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d82d78

Please sign in to comment.