Skip to content
Snippets Groups Projects
Commit c427cedc authored by moon's avatar moon
Browse files

Changed column names according to the google document

parent 7e83c40c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
},
"pluginOptions": {},
"attributes": {
"ResourceName": {
"Entity": {
"type": "enumeration",
"enum": [
"Protein",
......@@ -20,12 +20,12 @@
"Condensate_Protein"
]
},
"ResourceID": {
"EntityId": {
"type": "string",
"required": true,
"unique": false
},
"DataAttribute": {
"Attribute": {
"type": "string",
"required": true
},
......@@ -34,8 +34,7 @@
"enum": [
"Add",
"Remove",
"Update_Add",
"Update_Remove"
"Update"
],
"required": true
},
......@@ -52,13 +51,12 @@
"UpdateReviewTimestamp": {
"type": "datetime"
},
"ReviewOperation": {
"Status": {
"type": "enumeration",
"enum": [
"Requested",
"Accepted",
"Rejected",
"Partially_Accepted",
"Synced"
],
"default": "Requested",
......@@ -70,10 +68,10 @@
"target": "plugin::users-permissions.user",
"inversedBy": "ReviewedUpdateItems"
},
"UserComment": {
"SubmissionComments": {
"type": "richtext"
},
"ReviewComment": {
"ReviewComments": {
"type": "richtext"
},
"SyncedAt": {
......@@ -88,7 +86,7 @@
"SubmittedAt": {
"type": "datetime"
},
"DataAttributeValue": {
"Value": {
"type": "text"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment