-
Notifications
You must be signed in to change notification settings - Fork 4
Description
@ibevers hi, I think we should put _schema at the end of the file name,
can you change the filename in the following places?
for example, instead of using _schema_first_19, we should use _first_19_schema. You'll need to change it in the library too.
nimh-minimal/nimh_minimal/nimh_minimal_schema
Lines 62 to 70 in 26aa591
| "isAbout": "activity_path:dsm_5_parent_guardian_rated_level_1_crosscutting_s/dsm_5_parent_guardian_rated_level_1_crosscutting_s_schema_first_19", | |
| "variableName": "dsm_5_parent_guardian_rated_level_1_crosscutting_s_schema_first_19", | |
| "prefLabel": { | |
| "en": "DSM5 Parent first 19" | |
| }, | |
| "isVis": "Number(demo_schema_interview_age) > 12*6 && Number(demo_schema_interview_age) < 12*18" | |
| }, | |
| { | |
| "isAbout": "activity_path:dsm_5_parent_guardian_rated_level_1_crosscutting_s/dsm_5_parent_guardian_rated_level_1_crosscutting_s_schema_20_to_25", |
and
nimh-minimal/nimh_minimal/nimh_minimal_schema
Lines 115 to 116 in 26aa591
| "activity_path:dsm_5_parent_guardian_rated_level_1_crosscutting_s/dsm_5_parent_guardian_rated_level_1_crosscutting_s_schema_first_19", | |
| "activity_path:dsm_5_parent_guardian_rated_level_1_crosscutting_s/dsm_5_parent_guardian_rated_level_1_crosscutting_s_schema_20_to_25", |
@satra quick question for variableName, do we always keep _schema in the end to be consistent with the filename in isAbout or can we get rid of _schema but only have "DSM5_crosscutting_adult"? I have some vague memory that if we remove _schema from variableName we'll probably fail the validation.
nimh-minimal/nimh_minimal/nimh_minimal_schema
Lines 30 to 31 in 26aa591
| "isAbout": "activity_path:DSM-5_A/DSM5_crosscutting_adult_schema", | |
| "variableName": "DSM5_crosscutting_adult_schema", |