Interface JsonSchemaLoader

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.everit.json.schema.Schema loadSchema​(org.json.JSONObject rawSchema)
      Provide a JSON Schema based on the JSONObject parameter.
    • Method Detail

      • loadSchema

        org.everit.json.schema.Schema loadSchema​(org.json.JSONObject rawSchema)
        Provide a JSON Schema based on the JSONObject parameter.
        Parameters:
        rawSchema - JSONObject to load as Schema.
        Returns:
        Schema based on JSONObject.