This commit is contained in:
Stef Heyenrath
2026-02-21 16:35:08 +01:00
parent a06a73f65f
commit 43a26ec4bc
11 changed files with 27 additions and 39 deletions

View File

@@ -5,7 +5,7 @@ namespace WireMock.Pact.Models.V2;
public class Metadata
{
public string PactSpecificationVersion { get; set; }
public required string PactSpecificationVersion { get; set; }
public PactSpecification PactSpecification { get; set; } = new PactSpecification();
public required PactSpecification PactSpecification { get; set; }
}