Skip to content

Commit

Permalink
Merge pull request #4 from laurynasr/enable-draft4-type-keyword
Browse files Browse the repository at this point in the history
Enable Draft4 "type" keyword
  • Loading branch information
gregsdennis committed Jun 19, 2024
2 parents aa82c0d + 0d5db83 commit 3f8dcb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Graeae.Models/Graeae.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<PackageReleaseNotes>Release notes can be found at https://github.com/gregsdennis/Graeae</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DocumentationFile>Graeae.Models.xml</DocumentationFile>
<Version>0.2.0</Version>
<FileVersion>0.2.0.0</FileVersion>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<Version>0.2.1</Version>
<FileVersion>0.2.1.0</FileVersion>
<AssemblyVersion>0.2.1.0</AssemblyVersion>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
1 change: 1 addition & 0 deletions Graeae.Models/SchemaDraft4/Draft4Support.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public static void Enable()
SchemaKeywordRegistry.Register<Draft4ExclusiveMinimumKeyword>();
SchemaKeywordRegistry.Register<Draft4IdKeyword>();
SchemaKeywordRegistry.Register<NullableKeyword>();
SchemaKeywordRegistry.Register<Draft4TypeKeyword>();

SchemaRegistry.Global.Register(Draft4MetaSchema);
}
Expand Down

0 comments on commit 3f8dcb6

Please sign in to comment.