JsonSchemaExtensionDataAttribute public class JsonSchemaExtensionDataAttribute : Attribute Adds an extension data property to a class or property. Documentation Code 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.