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

System.Runtime.CompilerServices.ParamCollectionAttribute

Indicates that a method will allow a variable number of arguments in its invocation.
namespace System.Runtime.CompilerServices { internal sealed class ParamCollectionAttribute : Attribute { public ParamCollectionAttribute(); } }