You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json-schema-validator/src/commonMain/kotlin/io/github/optimumcode/json/schema/extension/ExternalAssertionFactory.kt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,6 @@ public interface ExternalAssertionFactory {
10
10
* This keyword **must not** overlap with any existing keywords for existing drafts.
11
11
* If keyword overlaps with any keyword for any existing draft and [IllegalStateException] will be thrown
12
12
* when this factory is registered in [io.github.optimumcode.json.schema.JsonSchemaLoader].
13
-
*
14
-
* NOTE: currently the library does not have **format** assertion implemented. But it will have.
15
-
* If you decide to implement it as an [ExternalAssertion] please be aware
16
-
* that one day this will cause an [IllegalStateException] as it was added to the library itself
0 commit comments