This commit is contained in:
StellaOps Bot
2025-12-26 21:43:56 +02:00
354 changed files with 354 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ public class SchemaSmokeTests
var text = File.ReadAllText(path);
using var doc = JsonDocument.Parse(text);
using StellaOps.TestKit;
Assert.True(doc.RootElement.TryGetProperty("$id", out _));
Assert.True(doc.RootElement.TryGetProperty("title", out _));
}