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 IReadOnlyDictionary<string, object> ExtensionData { get; } Gets the extension data.