Skip to content

Commit a92105e

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent c2471df commit a92105e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

_docs/api/JsonPointer.Net/JsonPointer.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Represents a JSON Pointer IAW RFC 6901.
3434
|---|---|---|
3535
| **Count** | int | Gets the number of segments in the pointer. |
3636
| **Item** | string | Gets a segment value by index. |
37-
| **Item** | JsonPointer | |
37+
| **Item** | JsonPointer | Creates a new pointer with the indicated segments. |
3838

3939
## Methods
4040

@@ -246,16 +246,22 @@ A new pointer.
246246

247247
### GetSubPointer(Range range)
248248

249+
Creates a new pointer with the indicated segments.
249250

250251
#### Declaration
251252

252253
```c#
253254
public JsonPointer GetSubPointer(Range range)
254255
```
255256

257+
| Parameter | Type | Description |
258+
|---|---|---|
259+
| range | Range | The segment range for the new pointer. |
260+
256261

257262
#### Returns
258263

264+
A new pointer.
259265

260266
### Parse(string source)
261267

_docs/api/JsonSchema.Net/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonSchema.Net
44
permalink: /api/JsonSchema.Net/:title/
55
folder: true
66
order: "10.01"
7-
version: "7.0.3"
7+
version: "7.0.4"
88
---

_docs/release-notes/rn-json-schema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net
44
icon: fas fa-tag
55
order: "09.01"
66
---
7+
# [7.0.4](https://github.com/gregsdennis/json-everything/pull/746) {#release-schema-7.0.4}
8+
9+
`minContains` and `maxContains` annotations were still being discovered by `contains` when validating as Draft 6/7 even though `minContains` and `maxContains` are Draft 2019-90+ keywords.
10+
711
# [7.0.3](https://github.com/gregsdennis/json-everything/commit/f63f73cb0b4d1fc3158e01cac1df5b8acb5e092c) {#release-schema-7.0.3}
812

913
Issue identified via [Bowtie](https://bowtie.report) where `SchemaRegistry.Fetch()` would just return the document, ignoring any anchors.

0 commit comments

Comments
 (0)