Skip to content

Commit

Permalink
Use special value for scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 8, 2024
1 parent b6f8882 commit 88e6b98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
datasets:
- data_type_def: Data
doc: An abstract data type for a dataset.
shape: Any

groups:
- data_type_def: Container
Expand Down
2 changes: 1 addition & 1 deletion hdmf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"items": {"$ref": "#/definitions/shape_spec"}
},
{
"const": "Any"
"const": "scalar"
}
]
},
Expand Down

0 comments on commit 88e6b98

Please sign in to comment.