Skip to content

Commit 85d5dbb

Browse files
committed
remove maxLength from demo protocol
1 parent 09979d1 commit 85d5dbb

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

activities/Activity2/items/country_item

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
},
1313
"responseOptions": {
1414
"valueType": "xsd:string",
15-
"maxLength": 50,
1615
"choices": "https://raw.githubusercontent.com/samayo/country-json/master/src/country-by-name.json"
1716
}
1817
}

activities/Activity3/items/multitext_item

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"inputType": "multitext"
1212
},
1313
"responseOptions": {
14-
"valueType": "xsd:string",
15-
"maxLength": 300
14+
"valueType": "xsd:string"
1615
}
1716
}

activities/Activity3/items/text_item

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"inputType": "text"
1212
},
1313
"responseOptions": {
14-
"valueType": "xsd:string",
15-
"maxLength": 300
14+
"valueType": "xsd:string"
1615
}
1716
}

activities/Activity3/items/textarea_item

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"inputType": "textarea"
1212
},
1313
"responseOptions": {
14-
"valueType": "xsd:string",
15-
"maxLength": 300
14+
"valueType": "xsd:string"
1615
}
1716
}

0 commit comments

Comments
 (0)