IJsonSchemaExtensionDataAttribute public interface IJsonSchemaExtensionDataAttribute Interface to add an extension data property to a class or property, implementation needs to inherit from System.Attribute. Documentation Code string Key { get; } Gets the property name. object Value { get; } Gets the value.