Extends JsonSchema.Net to provide the "data" keyword
$ dotnet add package JsonSchema.Net.DataJsonSchema.Net.Data extends JsonSchema.Net by adding support for the Data vocabulary (2023).
Register the vocabulary:
using Json.Schema.Data;
Vocabularies.Register();