File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 uses : actions/checkout@v2
2525 with :
2626 repository : complexdatacollective/protocol-validation
27+ ref : feature/schema-version-6
2728 path : protocol-validation
2829
2930 - name : Install protocol validation
3031 run : |
3132 cd protocol-validation
32- git checkout master
3333 npm install
3434
3535 - name : Validate protocol
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 uses : actions/checkout@v2
2626 with :
2727 repository : complexdatacollective/protocol-validation
28+ ref : feature/schema-version-6
2829 path : protocol-validation
2930
3031 - name : Install protocol validation
3132 run : |
3233 cd protocol-validation
33- git checkout master
3434 npm install
3535
3636 - name : Validate protocol
Original file line number Diff line number Diff line change 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" : " 2021-04-06T11:09:14.146Z" ,
4- "schemaVersion" : 5 ,
4+ "schemaVersion" : 6 ,
55 "codebook" : {
66 "node" : {
77 "4aebf73e-95e3-4fd1-95e7-237dcc4a4466" : {
14331433 "concentricCircles" : 4 ,
14341434 "skewedTowardCenter" : true
14351435 },
1436+ "behaviours" : {
1437+ "automaticLayout" : {
1438+ "enabled" : true
1439+ }
1440+ },
14361441 "prompts" : [
14371442 {
14381443 "id" : " closeness1" ,
You can’t perform that action at this time.
0 commit comments