diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-30 16:32:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-30 16:32:07 +0000 |
commit | 06cc572fb972a0dba802d90ac51c38f4ad124a12 (patch) | |
tree | 636180da397efd4de066f3e62ece1edf95094c43 /docs/datadictionary | |
parent | f376d391aa895f835c049d61146a84ebbd4fd298 (diff) | |
parent | eac7ca44c9005e43308580cb936640f48dfe59ab (diff) |
Merge "Formatted text in index and Resource source"
Diffstat (limited to 'docs/datadictionary')
-rw-r--r-- | docs/datadictionary/resourcesource.rst | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/docs/datadictionary/resourcesource.rst b/docs/datadictionary/resourcesource.rst index 852a34f07..49ef6a1a3 100644 --- a/docs/datadictionary/resourcesource.rst +++ b/docs/datadictionary/resourcesource.rst @@ -9,28 +9,34 @@ Input: ====== Expects the value to be provided as input to the request. -source-input: -.. code: json -print(" - "description": "This is Input Resource Source Node Type", - "version": "1.0.0", - "properties": {}, - "derived_from": "tosca.nodes.ResourceSource" -") + +.. code-block:: json + :linenos: + + source-input + { + "description": "This is Input Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" + } Default: ======== Expects the value to be defaulted in the model itself. -source-default: - - "description": "This is Default Resource Source Node Type", - "version": "1.0.0", - "properties": {}, - "derived_from": "tosca.nodes.ResourceSource" +.. code-block:: json + :linenos: + source-default + { + "description": "This is Default Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" + } sql: |