From 737cd8a0a47eae865c76c297a16ca122df3fa5e3 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Thu, 7 Nov 2024 10:15:40 -0500 Subject: [PATCH] feat(jans-cedarling): rectify another name & description at the wrong level Signed-off-by: John Anderson --- docs/cedarling/cedarling-policy-store.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cedarling/cedarling-policy-store.md b/docs/cedarling/cedarling-policy-store.md index 2642dd7f86e..75341b1dde0 100644 --- a/docs/cedarling/cedarling-policy-store.md +++ b/docs/cedarling/cedarling-policy-store.md @@ -26,9 +26,9 @@ The JSON Schema accepted by cedarling is defined as follows: { "cedar_version": "v4.0.0", "policy_stores": { - "name": "TestPolicy", - "description": "Once upon a time there was a Policy, that lived in a Store.", "some_unique_string_id": { + "name": "TestPolicy", + "description": "Once upon a time there was a Policy, that lived in a Store.", "policies": { ... }, "schema": { ... }, "identity_source": { ... }