Skip to content

Commit 028d3a8

Browse files
MSealminrk
andauthored
Update 62-cell-id/cell-id.md
Co-authored-by: Min RK <[email protected]>
1 parent c9941a6 commit 028d3a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

62-cell-id/cell-id.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ This change would add an `id` field to each cell type in the [4.4 json_schema](h
5353
"id": {
5454
"description": "A str field representing the identifier of this particular cell.",
5555
"type": "string",
56-
"pattern": "^[a-zA-Z0-9-]+$",
57-
"minLength": 2,
58-
"maxLength": 36
56+
"pattern": "^[a-zA-Z0-9-_]+$",
57+
"minLength": 1,
58+
"maxLength": 64
5959
}
6060
```
6161

0 commit comments

Comments
 (0)