Class CompilerJsonSchema
java.lang.Object
org.openprovenance.prov.template.compiler.CompilerJsonSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<com.networknt.schema.ValidationMessage> checkSchema(com.networknt.schema.JsonSchema schema, String file) defaultValue(String jsonType) voidgenerateJSonSchema(String templateName, TemplateBindingsSchema bindingsSchema, String consistsOf, String idPrefix, List<String> sharing) voidgenerateJSonSchemaEnd(String jsonschema, String root_dir) get$id()com.networknt.schema.JsonSchemacom.networknt.schema.JsonSchemacom.networknt.schema.JsonSchema
-
Constructor Details
-
CompilerJsonSchema
-
-
Method Details
-
generateJSonSchemaEnd
-
initializeSchemaMap
-
generateJSonSchema
-
defaultValue
-
title
-
get$id
-
setupJsonSchemaFromClasspath
-
setupJsonSchemaFromClasspathV7
-
setupJsonSchemaFromFile
public com.networknt.schema.JsonSchema setupJsonSchemaFromFile(String file) throws FileNotFoundException - Throws:
FileNotFoundException
-
checkSchema
public Set<com.networknt.schema.ValidationMessage> checkSchema(com.networknt.schema.JsonSchema schema, String file) throws IOException - Throws:
IOException
-