public static class JSONSchema.Companion
@NotNull public Output getTrueOutput()
@NotNull public Output getFalseOutput()
@NotNull public Parser getParser()
@NotNull public JSONSchema parse(@NotNull java.lang.String filename)
@NotNull public JSONSchema parse(@NotNull java.io.File file)
@NotNull
public net.pwall.json.schema.JSONSchema.ArrayValidator allOf(@Nullable
java.net.URI uri,
@NotNull
net.pwall.json.pointer.JSONPointer location,
@NotNull
java.util.List<? extends net.pwall.json.schema.JSONSchema> array)
@NotNull
public net.pwall.json.schema.JSONSchema.ArrayValidator anyOf(@Nullable
java.net.URI uri,
@NotNull
net.pwall.json.pointer.JSONPointer location,
@NotNull
java.util.List<? extends net.pwall.json.schema.JSONSchema> array)
@NotNull
public net.pwall.json.schema.JSONSchema.ArrayValidator oneOf(@Nullable
java.net.URI uri,
@NotNull
net.pwall.json.pointer.JSONPointer location,
@NotNull
java.util.List<? extends net.pwall.json.schema.JSONSchema> array)
@NotNull
public java.lang.String schemaURIFragment(@NotNull
net.pwall.json.pointer.JSONPointer $this$schemaURIFragment)
@NotNull
public java.lang.String toErrorDisplay(@Nullable
net.pwall.json.JSONValue $this$toErrorDisplay)