Skip to content

Commit

Permalink
feat: added aggregate by
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Jun 7, 2024
1 parent 79ad887 commit 96b2f3a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions siibra/attr/desc/aggregateby/v0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"allOf": [
{
"$ref": "urn:siibra-local:siibra/attr/util/humanreadable/v0.1.json"
}
],
"properties": {
"@type": {
"const": "siibra/attr/desc/aggregateby/v0.1"
},
"key": {
"type": "string"
}
},
"required": ["@type"]
}
2 changes: 1 addition & 1 deletion siibra/attr/loc/layerboundary/v0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@type": {
"const": "siibra/attr/loc/layerboundary/v0.1"
},
"url": {
"base_url": {
"type": "string"
}
}
Expand Down

0 comments on commit 96b2f3a

Please sign in to comment.