Skip to content

Commit

Permalink
specify output format
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Nov 14, 2018
1 parent a756526 commit b1f6efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Manatee.Json.Tests/Schema/ClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ public void Issue173_ReferencedSchemaInParentFolder()
[Test]
public void Issue194_refNoIntuitiveErrorMessage()
{
JsonSchemaOptions.OutputFormat = SchemaValidationOutputFormat.Hierarchy;
var actual = new JsonSchema()
.Ref("#/definitions/apredefinedtype")
.Definition("apredefinedtype", new JsonSchema()
Expand Down

0 comments on commit b1f6efb

Please sign in to comment.