EntityAPI: Rename references from kind to family (#62044)

This commit is contained in:
Ryan McKinley
2023-01-25 23:42:04 +00:00
committed by GitHub
parent f3aa058886
commit 46c828c2d8
16 changed files with 256 additions and 250 deletions
@@ -18,13 +18,13 @@
},
"references": [
{
"kind": "ds",
"UID": "gdev-testdata"
"family": "ds",
"ID": "gdev-testdata"
},
{
"kind": "plugin",
"family": "plugin",
"type": "panel",
"UID": "graph"
"ID": "graph"
}
]
},
@@ -37,13 +37,13 @@
},
"references": [
{
"kind": "ds",
"UID": "gdev-testdata"
"family": "ds",
"ID": "gdev-testdata"
},
{
"kind": "plugin",
"family": "plugin",
"type": "panel",
"UID": "graph"
"ID": "graph"
}
]
},
@@ -56,13 +56,13 @@
},
"references": [
{
"kind": "ds",
"UID": "gdev-testdata"
"family": "ds",
"ID": "gdev-testdata"
},
{
"kind": "plugin",
"family": "plugin",
"type": "panel",
"UID": "graph"
"ID": "graph"
}
]
},
@@ -75,13 +75,13 @@
},
"references": [
{
"kind": "ds",
"UID": "gdev-testdata"
"family": "ds",
"ID": "gdev-testdata"
},
{
"kind": "plugin",
"family": "plugin",
"type": "panel",
"UID": "graph"
"ID": "graph"
}
]
},
@@ -94,26 +94,26 @@
},
"references": [
{
"kind": "ds",
"UID": "gdev-testdata"
"family": "ds",
"ID": "gdev-testdata"
},
{
"kind": "plugin",
"family": "plugin",
"type": "panel",
"UID": "graph"
"ID": "graph"
}
]
}
],
"references": [
{
"kind": "ds",
"UID": "gdev-testdata"
"family": "ds",
"ID": "gdev-testdata"
},
{
"kind": "plugin",
"family": "plugin",
"type": "panel",
"UID": "graph"
"ID": "graph"
}
]
}