Skip to content

Commit

Permalink
Improve TimeOnly's example value (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Apr 6, 2022
1 parent d5fcb1c commit 94f5478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void UseDateOnlyTimeOnlyStringConverters(this SwaggerGenOptions op
{
Type = "string",
Format = "time",
Example = OpenApiAnyFactory.CreateFromJson("\"0:11:42\"")
Example = OpenApiAnyFactory.CreateFromJson("\"13:45:42.0000000\"")
});
}
}

0 comments on commit 94f5478

Please sign in to comment.