TestSuite.schema.json

{"$schema":"http://json-schema.org/draft-07/schema#","name":"Example Test Suite","description":"A suite of tests for the Cerbos policy engine.","tests":[{"name":"Test 1","description":"Simple test for allow action.","input":{"actions":["allow"],"principals":["user:1"],"resources":["resource:1"]},"expected":[{"action":"allow","expected":[{"src":"resource:1","val":{"stringValue":"EFFECT_ALLOW"}}]}]},{"name":"Test 2","description":"Simple test for deny action.","input":{"actions":["deny"],"principals":["user:2"],"resources":["resource:2"]},"expected":[{"action":"deny","expected":[{"src":"resource:2","val":{"stringValue":"EFFECT_DENY"}}]}]}]}