Skip to content

Commit fff5c79

Browse files
committed
remove 'json' annotation from code snippet
1 parent 993d4d9 commit fff5c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/nifi/pages/usage_guide/security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The payload sent by NiFi with each request to OPA, that is accessible within the
276276
==== OPA Result
277277

278278
The OPA authorizer plugin expects rego rules to be named `allow` and to return a result following this schema:
279-
[source,json]
279+
[source]
280280
----
281281
{
282282
"allowed": <Boolean>, # <1>

0 commit comments

Comments
 (0)