diff --git a/example/examplePolicy/1.3/policy.rego b/example/examplePolicy/1.3/policy.rego new file mode 100644 index 0000000000000000000000000000000000000000..f84183361dc4118eb86fb3a1a20c8bcdc2552e9d --- /dev/null +++ b/example/examplePolicy/1.3/policy.rego @@ -0,0 +1,7 @@ +package example.examplePolicy + +_ = { + "@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1"], + "id": issuer().did, + "verificationMethod": keys.getAll() +} \ No newline at end of file