Skip to content

Commit

Permalink
Update demo repo data for schema service integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Apr 25, 2023
1 parent 6f46257 commit b434e08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
"formSchema": "{\"id\":\"JScholarship\",\"schema\":{\"title\":\"Johns Hopkins - JScholarship <br><p class=\"lead text-muted\">Deposit requirements for JH\"s institutional repository JScholarship.</p>\",\"type\":\"object\",\"properties\":{\"authors\":{\"title\":\"<div class=\"row\"><div class=\"col-6\">Author(s) <small class=\"text-muted\">(required)</small></div><div class=\"col-6 p-0\"></div></div>\",\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"object\",\"properties\":{\"author\":{\"type\":\"string\",\"fieldClass\":\"body-text col-6 pull-left pl-0\"}}}}}},\"options\":{\"fields\":{\"authors\":{\"hidden\":false}}}}",
"name": "JScholarship",
"url": "https://jscholarship.library.jhu.edu/",
"repositoryKey": "jscholarship"
"repositoryKey": "jscholarship",
"schemas": [
"https://eclipse-pass.github.io/metadata-schemas/jhu/jscholarship.json",
"https://eclipse-pass.github.io/metadata-schemas/jhu/common.json"
]
}
}
},
Expand Down

0 comments on commit b434e08

Please sign in to comment.