Updated all names files to use 'base' instead of 'key' to avoid validation issues

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-23 10:36:34 -08:00
parent 3b9b654070
commit d30ac7cfa6
1374 changed files with 10157 additions and 10157 deletions
@@ -1,7 +1,7 @@
{
"entries": [
{
"key": "{00E27150-6B42-5C54-B600-70051B106C82}",
"base": "{00E27150-6B42-5C54-B600-70051B106C82}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
@@ -11,31 +11,31 @@
},
"slots": [
{
"key": "Input_In",
"base": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"base": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Min",
"base": "DataInput_Min",
"details": {
"name": "Min"
}
},
{
"key": "DataInput_Max",
"base": "DataInput_Max",
"details": {
"name": "Max"
}
},
{
"key": "DataOutput_Result",
"base": "DataOutput_Result",
"details": {
"name": "Result"
}