From 7fc90d3d72fa0b0d161f245ba5a1c9607cc514b3 Mon Sep 17 00:00:00 2001 From: Anjo Vahldiek-Oberwagner Date: Tue, 23 Jun 2026 13:19:18 +0200 Subject: [PATCH] fix: add SP (IEEE S&P) to artifacts conference enum artifacts.json contains 56 SP records but the schema enum was missing 'SP', causing JSON schema validation to fail. --- schemas/artifacts.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/artifacts.schema.json b/schemas/artifacts.schema.json index f60f5bd..57d9430 100644 --- a/schemas/artifacts.schema.json +++ b/schemas/artifacts.schema.json @@ -27,6 +27,7 @@ "PETS", "SC", "SOSP", + "SP", "SYSTEX", "USENIXSEC", "VEHICLESEC",