From eee1a966911609ef13dafb5e92e92d94261094f8 Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Sun, 9 Nov 2025 11:33:02 -0800 Subject: [PATCH] fix(x-aep-resource): make parents optional not all resources have parents, so this should be optional. --- json_schema/extensions/x-aep-resource.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/json_schema/extensions/x-aep-resource.yaml b/json_schema/extensions/x-aep-resource.yaml index e0df126..182caca 100644 --- a/json_schema/extensions/x-aep-resource.yaml +++ b/json_schema/extensions/x-aep-resource.yaml @@ -5,7 +5,6 @@ description: Defines the resource name patterns and naming for an AEP API resour type: object required: - plural - - parents - patterns - singular - type