Skip to content

Commit

Permalink
fix demo_schema id
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan authored Jan 12, 2024
1 parent e96b823 commit ae56057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions activities/demo/demo_schema
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
}
],
"@type": "reproschema:Activity",
"@id": "voiceActivity_schema",
"prefLabel": {"en": "Voice Activity" },
"description": "dummy activity to show all inputs types and widgets",
"preamble": "This activity will show you all the different input type and widgets currently available.",
"@id": "demo_schema",
"prefLabel": {"en": "Demographics" },
"description": "Demographic information",
"preamble": " ",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
Expand All @@ -34,4 +34,4 @@
"reproschema:AllowExport"
]
}
}
}

0 comments on commit ae56057

Please sign in to comment.