schemas.jhu.jscholarship.json Maven / Gradle / Ivy
The newest version!
{
"title": "JScholarship schema",
"description": "JScholarship-specific metadata requirements",
"$id": "https://eclipse-pass.github.io/pass-metadata-schemas/schemas/jhu/jscholarship.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"definitions": {
"form": {
"title": "Johns Hopkins - JScholarship
Deposit requirements for JH's institutional repository JScholarship
",
"type": "object",
"properties": {
"authors": {
"$ref": "global.json#/properties/authors"
}
},
"required": ["authors"]
},
"options": {
"$ref": "global.json#/options"
}
},
"allOf": [
{
"$ref": "global.json#"
},
{
"$ref": "#/definitions/form"
}
]
}