Merge "Formatted Doc text"
[ccsdk/cds.git] / docs / datadictionary / restsourcecode.rst
index 90b0298..243a65c 100644 (file)
@@ -5,86 +5,86 @@
 Rest Source Code:
 =================
 
-{
-  "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"
-}
-
+.. 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