Skip to content

Commit 9bf237f

Browse files
committed
update schema version to be integer
1 parent 3f8b36c commit 9bf237f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "The Network Canvas development protocol is designed for our team to test new features. It is not intended for general use.",
33
"lastModified": "2019-09-01T00:00:00.000Z",
4-
"schemaVersion": "2",
4+
"schemaVersion": 2,
55
"codebook": {
66
"node": {
77
"4aebf73e-95e3-4fd1-95e7-237dcc4a4466": {
@@ -10,7 +10,7 @@
1010
"iconVariant": "add-a-person",
1111
"variables": {
1212
"6be95f85-c2d9-4daf-9de1-3939418af888": {
13-
"name": "name",
13+
"name": "Name",
1414
"component": "Text",
1515
"type": "text"
1616
},

0 commit comments

Comments
 (0)