Skip to content

Commit

Permalink
Fix id-name mismatches (#80)
Browse files Browse the repository at this point in the history
* Fix ids that didn't match schema file name

* Fix non-matching ids
  • Loading branch information
ibevers authored May 31, 2024
1 parent c54391d commit a23a138
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions activities/RCADS-25-C/items/total_score
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "RCADS-25_total_score",
"prefLabel": "RCADS-25 Score",
"description": "schema for total score of the RCADS-25 Assessment",
"@id": "total_score",
"prefLabel": "RCADS-25 Caregiver Score",
"description": "schema for total score of the RCADS-25 Caregiver Assessment",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
Expand Down
6 changes: 3 additions & 3 deletions activities/RCADS-25-Y/items/total_score
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "RCADS-25_total_score",
"prefLabel": "RCADS-25 Score",
"description": "schema for total score of the RCADS-25 Assessment",
"@id": "total_score",
"prefLabel": "RCADS-25 Youth Score",
"description": "schema for total score of the RCADS-2 Youth Assessment",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
Expand Down
2 changes: 1 addition & 1 deletion activities/WHODAS36_P/items/WHODAS36_P_D_total_score
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "WHODAS36_P_D_SUM_07",
"@id": "WHODAS36_P_D_total_score",
"prefLabel": "WHODAS 2.0 Proxy Average Score",
"description": "Average score of World Health Organization Disability Assessment Schedule (WHODAS 2.0) Proxy-Administered Version",
"schemaVersion": "1.0.0-rc4",
Expand Down
2 changes: 1 addition & 1 deletion activities/WHODAS36_S/items/WHODAS36_S_D_total_score
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "WHODAS36_S_D_SUM_07",
"@id": "WHODAS36_S_D_total_score",
"prefLabel": "WHODAS 2.0 Self Average Score",
"description": "Average score of World Health Organization Disability Assessment Schedule (WHODAS 2.0) Self-Administered Version",
"schemaVersion": "1.0.0-rc4",
Expand Down

0 comments on commit a23a138

Please sign in to comment.