Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Aug 23, 2019
1 parent 2751851 commit bcced87
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ class LowLevelJsonSchemaValidator {
doValidate(origInput, Json.schema(schemaUri), json)
}

static HttpInputMessage validateMetadataFilterTypePayloadAgainstSchema(HttpInputMessage inputMessage,
JsonSchemaResourceLocationRegistry schemaRegistry) {
null
}

private static Json extractJsonPayload(List origInput) {
Json.read(new ByteArrayInputStream(origInput[0]).getText())
}
Expand Down

0 comments on commit bcced87

Please sign in to comment.