Skip to content

Commit 53d6adf

Browse files
committed
Update schema versions to 1.0.0
1 parent b267035 commit 53d6adf

29 files changed

+57
-57
lines changed

{{cookiecutter.protocol_name}}/activities/Activity1/activity1_schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@id": "activity1_schema",
99
"prefLabel": "Screening",
1010
"description": "example of an activity",
11-
"schemaVersion": "1.0.0-rc4",
11+
"schemaVersion": "1.0.0",
1212
"version": "0.0.1",
1313
"ui": {
1414
"addProperties": [

{{cookiecutter.protocol_name}}/activities/Activity1/items/document_upload_item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Field",
44
"@id": "document_upload_item",
55
"prefLabel": {"en": "Upload Documents"},
66
"description": "This is a document upload item.",
7-
"schemaVersion": "1.0.0-rc4",
7+
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
99
"question": "This is an item where the user can upload a document.",
1010
"ui": {

{{cookiecutter.protocol_name}}/activities/Activity2/Activity2_schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Activity",
44
"@id": "Activity2_schema",
55
"prefLabel": {"en": "Select Dropdown"},
66
"description": "dummy activity to show all inputs types and widgets",
77
"preamble": "This activity will show you all the different input type and widgets currently available.",
8-
"schemaVersion": "1.0.0-rc4",
8+
"schemaVersion": "1.0.0",
99
"version": "0.0.1",
1010
"ui": {
1111
"addProperties": [

{{cookiecutter.protocol_name}}/activities/Activity2/items/country_item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Field",
44
"@id": "country_item",
55
"prefLabel": "country item",
66
"description": "This is a country item.",
7-
"schemaVersion": "1.0.0-rc4",
7+
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
99
"question": "This is an item where the user can select a country.",
1010
"ui": {

{{cookiecutter.protocol_name}}/activities/Activity2/items/date_item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Field",
44
"@id": "date_item",
55
"prefLabel": "date item",
66
"description": "This is a date item.",
7-
"schemaVersion": "1.0.0-rc4",
7+
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
99
"question": "This is an item where the user can input a date.",
1010
"ui": {

{{cookiecutter.protocol_name}}/activities/Activity2/items/language_item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Field",
44
"@id": "language_item",
55
"prefLabel": "language item",
66
"description": "This is a language item.",
7-
"schemaVersion": "1.0.0-rc4",
7+
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
99
"question": "This is an item where the user can select several language.",
1010
"ui": {

{{cookiecutter.protocol_name}}/activities/Activity2/items/state_item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Field",
44
"@id": "state_item",
55
"prefLabel": "state item",
66
"description": "This is a state item.",
7-
"schemaVersion": "1.0.0-rc4",
7+
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
99
"question": "This is an item where the user can select a USA state.",
1010
"ui": {

{{cookiecutter.protocol_name}}/activities/Activity2/items/time_range_item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Field",
44
"@id": "time_range_item",
55
"prefLabel": "time range item",
66
"description": "This is a time range item.",
7-
"schemaVersion": "1.0.0-rc4",
7+
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
99
"question": "This is an item where the user can input a time range.",
1010
"ui": {

{{cookiecutter.protocol_name}}/activities/Activity2/items/year_item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Field",
44
"@id": "year_item",
55
"prefLabel": "year item",
66
"description": "This is a year item.",
7-
"schemaVersion": "1.0.0-rc4",
7+
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
99
"question": "This is an item where the user can input a year.",
1010
"ui": {

{{cookiecutter.protocol_name}}/activities/Activity3/Activity3_schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
2+
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/generic",
33
"@type": "reproschema:Activity",
44
"@id": "Activity3_schema",
55
"prefLabel": {"en": "Enter Input"},
66
"description": "dummy activity to show all inputs types and widgets",
77
"preamble": "This activity will show you all the different input type and widgets currently available.",
8-
"schemaVersion": "1.0.0-rc4",
8+
"schemaVersion": "1.0.0",
99
"version": "0.0.1",
1010
"ui": {
1111
"addProperties": [

0 commit comments

Comments
 (0)