Skip to content

Commit

Permalink
add rol-col-index to region mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Oct 30, 2024
1 parent a219071 commit f8fdfb6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions siibra/attr/util/region_mapping/v0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
{
"$ref": "#/definitions/volume"
},
{
"$ref": "#/definitions/row-col-index"
},
{
"$ref": "#/definitions/row-index"
},
Expand Down Expand Up @@ -142,6 +145,17 @@
}
}
},
"row-col-index": {
"type": "object",
"properties": {
"@type": {
"const": "csv/row-col-index"
},
"index": {
"type": "number"
}
}
},
"col-index": {
"type": "object",
"properties": {
Expand Down

0 comments on commit f8fdfb6

Please sign in to comment.