Skip to content

Commit 8b574ef

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 9e30b78 commit 8b574ef

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

_docs/api/JsonSchema.Net/SchemaRegistry.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ A registry for schemas.
2121
| **Fetch** | Func\<Uri, IBaseDocument\> | Gets or sets a method to enable automatic download of schemas by `$id` URI. |
2222
| **Global** | SchemaRegistry | The global registry. |
2323

24+
## Constructors
25+
26+
### SchemaRegistry()
27+
28+
Creates a new **Json.Schema.SchemaRegistry**.
29+
30+
#### Declaration
31+
32+
```c#
33+
public SchemaRegistry()
34+
```
35+
36+
2437
## Methods
2538

2639
### Get(Uri uri)

_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: "6.0.2"
7+
version: "6.0.3"
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+
# [6.0.3](https://github.com/gregsdennis/json-everything/pull/660) {#release-schema-6.0.3}
8+
9+
Fixes an issue with repeated evaluations of the same schema with different or changed options. The solution was to recalculate any static analysis when an options change was detected.
10+
711
# [6.0.2](https://github.com/gregsdennis/json-everything/pull/651) {#release-schema-6.0.2}
812

913
Reverted usages of `DependsOnAnnotationsFromAttribute<T>` to non-generic form in order to support .Net Framework, which doesn't support generic attributes.

0 commit comments

Comments
 (0)