cedar-policy-cli 4.10.0

CLI interface for the Cedar Policy language.
Documentation
{
    "": {
        "entityTypes": {
            "User": { },
            "ScreenTime": {
                "memberOfTypes": []
            },
            "Photo": {
                "shape": {
                    "type": "Record",
                    "attributes": {
                        "owner": {
                            "type": "Entity",
                            "name": "User"
                        }
                    }
                }
            }
        },
        "actions": {
            "view": {
                "appliesTo": {
                    "resourceTypes": [
                        "Photo",
                        "ScreenTime"
                    ],
                    "principalTypes": [
                        "User"
                    ]
                }
            },
            "edit": {
                "appliesTo": {
                    "resourceTypes": [
                        "Photo"
                    ],
                    "principalTypes": [
                        "User"
                    ]
                }
            }
        }
    }
}