Skip to content

Commit

Permalink
feat(jans-cedarling): rectify another name & description at the wrong…
Browse files Browse the repository at this point in the history
… level

Signed-off-by: John Anderson <[email protected]>
  • Loading branch information
djellemah committed Nov 7, 2024
1 parent 6f8465d commit 737cd8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cedarling/cedarling-policy-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": { ... }
Expand Down

0 comments on commit 737cd8a

Please sign in to comment.