summaryrefslogtreecommitdiff
path: root/doc/source/specification/reportersteps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/specification/reportersteps.rst')
-rw-r--r--doc/source/specification/reportersteps.rst29
1 files changed, 14 insertions, 15 deletions
diff --git a/doc/source/specification/reportersteps.rst b/doc/source/specification/reportersteps.rst
index 40bbf26..e9e80b1 100644
--- a/doc/source/specification/reportersteps.rst
+++ b/doc/source/specification/reportersteps.rst
@@ -41,20 +41,19 @@ attachments cadf:Attachment[] No An optional array of additional data co
Serialisation
=============
-json::
+.. code-block:: javascript
- {
- "typeURI": "http://schemas.dmtf.org/cloud/audit/1.0/event",
- ...,
- "reporterchain": [
{
- "role": "modifier",
- "reporterTime": "2012-03-22T13:00:00-04:00",
- "reporter": {
- "id": "myscheme://mydomain/resource/monitor/id/0002"
- }
- },
- ...
- ]
- }
-
+ "typeURI": "http://schemas.dmtf.org/cloud/audit/1.0/event",
+ ...,
+ "reporterchain": [
+ {
+ "role": "modifier",
+ "reporterTime": "2012-03-22T13:00:00-04:00",
+ "reporter": {
+ "id": "myscheme://mydomain/resource/monitor/id/0002"
+ }
+ },
+ ...
+ ]
+ } \ No newline at end of file