Skip to content

Commit

Permalink
Fixes data file mapping and nts
Browse files Browse the repository at this point in the history
  • Loading branch information
Forest-biotech-lab committed Mar 8, 2024
1 parent 0f857e2 commit 6248bc3
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 22 deletions.
29 changes: 17 additions & 12 deletions reference_files/Vitis_MiappeV1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3110,8 +3110,7 @@
},
"naming_scheme": "@{__value__}",
"dataProperties": [],
"objectProperties": [],
"[object HTMLDivElement]": {}
"objectProperties": []
},
"Data file link*": {
"type": {
Expand All @@ -3130,23 +3129,24 @@
},
"naming_scheme": "@{__value__}",
"dataProperties": [],
"objectProperties": [],
"[object HTMLDivElement]": {}
"objectProperties": []
},
"Data file description*": {
"type": {
"label": "Data Property",
"name": "dataProperty"
},
"name": {
"name": "hasVersion",
"label": "hasVersion"
"name": "hasDescription",
"label": "hasDescription"
},
"valueType": {
"name": "string",
"label": "string"
},
"valueType": "",
"naming_scheme": "@{__value__}",
"dataProperties": [],
"objectProperties": [],
"[object HTMLDivElement]": {}
"objectProperties": []
},
"Data file version*": {
"type": {
Expand All @@ -3157,7 +3157,10 @@
"name": "hasVersion",
"label": "hasVersion"
},
"valueType": "",
"valueType": {
"name": "xsdfloat",
"label": "xsdfloat"
},
"naming_scheme": "@{__value__}",
"dataProperties": [],
"objectProperties": [],
Expand Down Expand Up @@ -3236,7 +3239,8 @@
"show": true,
"referenceNode": "Data file description*",
"data": {
"value": "hasVersion"
"value": "hasDescription",
"type": "string"
}
},
{
Expand All @@ -3245,7 +3249,8 @@
"show": true,
"referenceNode": "Data file version*",
"data": {
"value": "hasVersion"
"value": "hasVersion",
"type": "xsdfloat"
}
}
],
Expand Down
Loading

0 comments on commit 6248bc3

Please sign in to comment.