class GovukSchemas::RandomExample

def validation_errors_for(item)

def validation_errors_for(item)
  JSON::Validator.fully_validate(@schema, item, errors_as_objects: true)
end