diff --git a/example/selfDescription/1.0/policy.rego b/example/selfDescription/1.0/policy.rego
new file mode 100644
index 0000000000000000000000000000000000000000..760e80e372d07426140519bb0b22e00cc667aa41
--- /dev/null
+++ b/example/selfDescription/1.0/policy.rego
@@ -0,0 +1,3 @@
+package example.selfDescription
+
+_ := cache.get(input.key, input.scope, input.namespace)
\ No newline at end of file