Skip to content

Commit

Permalink
Validate basic usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieranties committed May 5, 2020
1 parent 9d4f3d7 commit 005df89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .simpleversion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "http://localhost:8080/schema/latest.json",
"version": "0.4.0",
"branches": {
"release": [".+"],
Expand Down
1 change: 1 addition & 0 deletions src/SimpleVersion.Docs/SchemaGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ internal static void Generate(Type type, string path)
{
var settings = new JsonSchemaGeneratorSettings
{
FlattenInheritanceHierarchy = true,
SerializerSettings = new JsonSerializerSettings
{
ContractResolver = new DefaultContractResolver
Expand Down

0 comments on commit 005df89

Please sign in to comment.