summaryrefslogtreecommitdiff
path: root/doc/source/specification/reasons.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/specification/reasons.rst')
-rw-r--r--doc/source/specification/reasons.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/source/specification/reasons.rst b/doc/source/specification/reasons.rst
index aed4e20..705c631 100644
--- a/doc/source/specification/reasons.rst
+++ b/doc/source/specification/reasons.rst
@@ -34,16 +34,16 @@ policyId xs:string No An optional identifier that indicates which policy
Serialisation
=============
-json::
-
- {
- "typeURI": "http://schemas.dmtf.org/cloud/audit/1.0/event",
- ...,
- "reason": {
- "reasonType": "http://www.iana.org/assignments/http-status-codes/http-status-codes.xml",
- "reasonCode": "408",
- "policyType": "http://schemas.xmlsoap.org/ws/2002/12/policy",
- "policyId": "http://10.0.3.4/firewall-ruleset/rule0012"
- },
- ...
- }
+.. code-block:: javascript
+
+ {
+ "typeURI": "http://schemas.dmtf.org/cloud/audit/1.0/event",
+ ...,
+ "reason": {
+ "reasonType": "http://www.iana.org/assignments/http-status-codes/http-status-codes.xml",
+ "reasonCode": "408",
+ "policyType": "http://schemas.xmlsoap.org/ws/2002/12/policy",
+ "policyId": "http://10.0.3.4/firewall-ruleset/rule0012"
+ },
+ ...
+ }