File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
activities/selectActivity/items Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
33 "@type": "reproschema:Field",
4- "@id": "slider_item ",
5- "prefLabel": "slider item",
6- "description": "This is a slider item.",
4+ "@id": "slider_item_with_max ",
5+ "prefLabel": "slider item with max value ",
6+ "description": "This is a slider item with max value .",
77 "schemaVersion": "1.0.0",
88 "version": "0.0.1",
9- "question": "This is an example of a slider item.",
9+ "question": "This is an example of a slider item with max value .",
1010 "ui": {
1111 "inputType": "slider"
1212 },
Original file line number Diff line number Diff line change 11{
22 "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
33 "@type": "reproschema:Field",
4- "@id": "slider_item ",
5- "prefLabel": "slider item",
6- "description": "This is a slider item.",
4+ "@id": "slider_item_without_max ",
5+ "prefLabel": "slider item without max ",
6+ "description": "This is a slider item without max value .",
77 "schemaVersion": "1.0.0",
88 "version": "0.0.1",
9- "question": "This is an example of a slider item.",
9+ "question": "This is an example of a slider item without max value .",
1010 "ui": {
1111 "inputType": "slider"
1212 },
You can’t perform that action at this time.
0 commit comments