Skip to content

Commit

Permalink
Operator JSON harmonisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jan 25, 2024
1 parent b6b7fb1 commit 9212818
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions operator.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "Ratio",
"description": "Calculates the number of times a data point will divide into a specified X.",
"tags": ["simple arithmetic"],
"authors": ["tercen"],
"urls": ["https://github.com/tercen/ratio_operator"],
"tags": [
"arithmetic"
],
"authors": [
"tercen"
],
"urls": [
"https://github.com/tercen/ratio_operator"
],
"properties": []
}


}

0 comments on commit 9212818

Please sign in to comment.