Fix formatting issues in RST files
[ccsdk/cds.git] / docs / datadictionary / restsourcecode.rst
index 243a65c..c59bcd2 100644 (file)
@@ -8,83 +8,85 @@ Rest Source Code:
 .. code-block:: json
    :linenos:
    
-   "description": "This is Rest Resource Source Node Type",
-   "version": "1.0.0",
-   "properties": {
-     "type": {
-       "required": false,
-       "type": "string",
-       "default": "JSON",
-       "constraints": [
-         {
-           "valid_values": [
-             "JSON"
-           ]
-         }
-       ]
-     },
-     "verb": {
-       "required": false,
-       "type": "string",
-       "default": "GET",
-       "constraints": [
-         {
-           "valid_values": [
-             "GET", "POST", "DELETE", "PUT"
-           ]
-         }
-       ]
-     },
-     "payload": {
-       "required": false,
-       "type": "string",
-       "default": ""
-     },
-     "endpoint-selector": {
-       "required": false,
-       "type": "string"
-     },
-     "url-path": {
-       "required": true,
-       "type": "string"
-     },
-     "path": {
-       "required": true,
-       "type": "string"
-     },
-     "expression-type": {
-       "required": false,
-       "type": "string",
-       "default": "JSON_PATH",
-       "constraints": [
-         {
-           "valid_values": [
-             "JSON_PATH",
-             "JSON_POINTER"
-           ]
-         }
-       ]
-     },
-     "input-key-mapping": {
-       "required": false,
-       "type": "map",
-       "entry_schema": {
-         "type": "string"
-       }
-     },
-     "output-key-mapping": {
-       "required": false,
-       "type": "map",
-       "entry_schema": {
-         "type": "string"
-       }
-     },
-     "key-dependencies": {
-       "required": true,
-       "type": "list",
-       "entry_schema": {
-         "type": "string"
-       }
-     }
-   },
-   "derived_from": "tosca.nodes.ResourceSource"
\ No newline at end of file
+   {
+      "description": "This is Rest Resource Source Node Type",
+      "version": "1.0.0",
+      "properties": {
+        "type": {
+          "required": false,
+          "type": "string",
+          "default": "JSON",
+          "constraints": [
+            {
+              "valid_values": [
+                "JSON"
+              ]
+            }
+          ]
+        },
+        "verb": {
+          "required": false,
+          "type": "string",
+          "default": "GET",
+          "constraints": [
+            {
+              "valid_values": [
+                "GET", "POST", "DELETE", "PUT"
+              ]
+            }
+          ]
+        },
+        "payload": {
+          "required": false,
+          "type": "string",
+          "default": ""
+        },
+        "endpoint-selector": {
+          "required": false,
+          "type": "string"
+        },
+        "url-path": {
+          "required": true,
+          "type": "string"
+        },
+        "path": {
+          "required": true,
+          "type": "string"
+        },
+        "expression-type": {
+          "required": false,
+          "type": "string",
+          "default": "JSON_PATH",
+          "constraints": [
+            {
+              "valid_values": [
+                "JSON_PATH",
+                "JSON_POINTER"
+              ]
+            }
+          ]
+        },
+        "input-key-mapping": {
+          "required": false,
+          "type": "map",
+          "entry_schema": {
+            "type": "string"
+          }
+        },
+        "output-key-mapping": {
+          "required": false,
+          "type": "map",
+          "entry_schema": {
+            "type": "string"
+          }
+        },
+        "key-dependencies": {
+          "required": true,
+          "type": "list",
+          "entry_schema": {
+            "type": "string"
+          }
+        }
+      },
+      "derived_from": "tosca.nodes.ResourceSource"
+   }