<PackageReference Include="NJsonSchema" Version="10.6.10" />

IJsonSchemaExtensionDataAttribute

Interface to add an extension data property to a class or property, implementation needs to inherit from System.Attribute.
string Key { get; }

Gets the property name.

object Value { get; }

Gets the value.