6 lines
173 B
C#
6 lines
173 B
C#
namespace Microsoft.SelfService.Portal.Core.API.JsonDocuments
|
|
{
|
|
public sealed record ConfigurationDocumentValidationResult(string JsonData, string SchemaVersion);
|
|
}
|
|
|