Commit 9050e74d by Madhan Neethiraj Committed by kevalbhatt

ATLAS-2364: updated Asset typedef to list Referenceable as its super-type

Signed-off-by: 's avatarkevalbhatt <kbhatt@apache.org>
parent bbdeaee3
......@@ -26,8 +26,10 @@
},
{
"name": "Asset",
"superTypes": [],
"typeVersion": "1.0",
"superTypes": [
"Referenceable"
],
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "name",
......@@ -58,29 +60,26 @@
{
"name": "DataSet",
"superTypes": [
"Referenceable",
"Asset"
],
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": []
},
{
"name": "Infrastructure",
"description":"Infrastructure can be IT infrastructure, which contains hosts and servers. Infrastructure might not be IT orientated, such as 'Car' for IoT applications.",
"superTypes": [
"Referenceable",
"Asset"
],
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": []
},
{
"name": "Process",
"superTypes": [
"Referenceable",
"Asset"
],
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "inputs",
......
......@@ -408,10 +408,9 @@
{
"name": "hive_db",
"superTypes": [
"Referenceable",
"Asset"
],
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "clusterName",
......@@ -622,4 +621,4 @@
"propagateTags": "NONE"
}
]
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment