File tree 3 files changed +12
-2
lines changed 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Represents a JSON Pointer IAW RFC 6901.
34
34
| ---| ---| ---|
35
35
| ** Count** | int | Gets the number of segments in the pointer. |
36
36
| ** Item** | string | Gets a segment value by index. |
37
- | ** Item** | JsonPointer | |
37
+ | ** Item** | JsonPointer | Creates a new pointer with the indicated segments. |
38
38
39
39
## Methods
40
40
@@ -246,16 +246,22 @@ A new pointer.
246
246
247
247
### GetSubPointer(Range range)
248
248
249
+ Creates a new pointer with the indicated segments.
249
250
250
251
#### Declaration
251
252
252
253
``` c#
253
254
public JsonPointer GetSubPointer (Range range )
254
255
```
255
256
257
+ | Parameter | Type | Description |
258
+ | ---| ---| ---|
259
+ | range | Range | The segment range for the new pointer. |
260
+
256
261
257
262
#### Returns
258
263
264
+ A new pointer.
259
265
260
266
### Parse(string source)
261
267
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ bookmark: JsonSchema.Net
4
4
permalink : /api/JsonSchema.Net/:title/
5
5
folder : true
6
6
order : " 10.01"
7
- version : " 7.0.3 "
7
+ version : " 7.0.4 "
8
8
---
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ title: JsonSchema.Net
4
4
icon : fas fa-tag
5
5
order : " 09.01"
6
6
---
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
+
7
11
# [ 7.0.3] ( https://github.com/gregsdennis/json-everything/commit/f63f73cb0b4d1fc3158e01cac1df5b8acb5e092c ) {#release-schema-7.0.3}
8
12
9
13
Issue identified via [ Bowtie] ( https://bowtie.report ) where ` SchemaRegistry.Fetch() ` would just return the document, ignoring any anchors.
You can’t perform that action at this time.
0 commit comments