Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.env #8

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions activities/demo/demo_schema
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"@context": [
"https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
{
"demo": "https://raw.githubusercontent.com/ReproNim/reproschema-library/80867e36fb2c00563290486bf3f3bbeb3198f5cb/activities/NDA/items/"
"demo": "https://raw.githubusercontent.com/ReproNim/reproschema-library/25162084b702505cd7b6729ab569bd17c144213b/activities/NDA/items/"
}
],
"@type": "reproschema:Activity",
"@id": "demo_schema",
"prefLabel": {"en": "Demographics" },
"description": "Demographic information",
"preamble": " ",
"schemaVersion": "1.0.0-rc4",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand Down
3 changes: 1 addition & 2 deletions config.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
REPROSCHEMA_UI_CHECKSUM=a2a85beb05e97b96ddd595935c2add5c01a494ff

REPROSCHEMA_UI_CHECKSUM=771c460c50ca4edbef47ebdc959973102f2a9dcf

8 changes: 4 additions & 4 deletions nimh_minimal/nimh_minimal_schema
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"@context": [
"https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
{
"activity_path": "https://raw.githubusercontent.com/ReproNim/reproschema-library/a23a13875c7262c0bd0d77bd90c1ec296c6d1116/activities/"
"activity_path": "https://raw.githubusercontent.com/ReproNim/reproschema-library/25162084b702505cd7b6729ab569bd17c144213b/activities/"
}
],
"@type": "reproschema:Protocol",
"@id": "nimh_minimal_schema",
"prefLabel": "NIMH collection",
"description": "Minimal list of data collection instruments that would be ideal for use by all mental health researchers conducting clinical research to facilitate and harmonize mental health data collection.",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"schemaVersion": "1.0.0",
"version": "0.0.2",
"landingPage": [
{
"@id": "README.md",
Expand Down
Loading