<PackageReference Include="NJsonSchema" Version="11.0.0-preview005" />

JsonSchemaExtensionDataAttribute

Adds an extension data property to a class or property.
public IReadOnlyDictionary<string, object> ExtensionData { get; }

public string Key { get; }

Gets the property name.

public object Value { get; }

Gets the value.

public JsonSchemaExtensionDataAttribute(string key, object value)

Initializes a new instance of the JsonSchemaExtensionDataAttribute class.