From cb62054eed5d614e7c40e7d1db1f9a29ddf9cac8 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:43:49 -0500 Subject: [PATCH] chore: 16.1.3 drift Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- schema/json/schema-16.1.3.json | 3 +-- schema/json/schema-latest.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/schema/json/schema-16.1.3.json b/schema/json/schema-16.1.3.json index 3d58a8104..320ee1db5 100644 --- a/schema/json/schema-16.1.3.json +++ b/schema/json/schema-16.1.3.json @@ -1671,8 +1671,7 @@ }, "type": "object", "required": [ - "virtualPath", - "containedPackages" + "virtualPath" ], "description": "JavaArchive encapsulates all Java ecosystem metadata for a package as well as an (optional) parent relationship." }, diff --git a/schema/json/schema-latest.json b/schema/json/schema-latest.json index 3d58a8104..320ee1db5 100644 --- a/schema/json/schema-latest.json +++ b/schema/json/schema-latest.json @@ -1671,8 +1671,7 @@ }, "type": "object", "required": [ - "virtualPath", - "containedPackages" + "virtualPath" ], "description": "JavaArchive encapsulates all Java ecosystem metadata for a package as well as an (optional) parent relationship." },