<PackageReference Include="NJsonSchema.Annotations" Version="11.5.0" />

System.Runtime.CompilerServices.CallerArgumentExpressionAttribute

An attribute that allows parameters to receive the expression of other parameters.
namespace System.Runtime.CompilerServices { internal sealed class CallerArgumentExpressionAttribute : Attribute { public string ParameterName { get; } public CallerArgumentExpressionAttribute(string parameterName); } }