Skip to content

Commit

Permalink
Remove obsolete "null"s.
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Kopp <kopp.dev@gmail.com>
  • Loading branch information
koppor committed Jun 2, 2017
1 parent bd41a01 commit 5534334
Showing 1 changed file with 2 additions and 10 deletions.
Expand Up @@ -8,8 +8,6 @@
"otherAttributes": {

},
"extensions": null,
"types": null,
"serviceTemplateOrNodeTypeOrNodeTypeImplementation": [
{
"documentation": [
Expand Down Expand Up @@ -47,15 +45,12 @@
"otherAttributes": {
"{http://www.opentosca.org/winery/extensions/tosca/2013/02/12}bordercolor": "#89ee01"
},
"tags": null,
"derivedFrom": null,
"propertiesDefinition": {
"element": null,
"type": "{http://winery.opentosca.org/test/nodetypes/fruits}BaobabProperties"
},
"name": "baobab",
"targetNamespace": "http://winery.opentosca.org/test/nodetypes/fruits",
"requirementDefinitions": null,
"capabilityDefinitions": {
"capabilityDefinition": [
{
Expand Down Expand Up @@ -83,14 +78,11 @@
}
]
},
"instanceStates": null,
"interfaces": null,
"abstract": "NO",
"final": "NO"
"final": "NO",
"abstract": "NO"
}
],
"id": "winery-defs-for_ns0-baobab",
"name": null,
"targetNamespace": "http://winery.opentosca.org/test/nodetypes/fruits",
"import": [
{
Expand Down

0 comments on commit 5534334

Please sign in to comment.