Skip to content

Commit

Permalink
jsonschema: removed subjects and orgs from awards
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 committed Oct 8, 2024
1 parent ee5f672 commit 01d8201
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,56 +348,13 @@
},
"subject": {
"type": "string"
},
"scheme": {
"description": "Identifier of the subject scheme.",
"$ref": "local://definitions-v1.0.0.json#/identifier"
},
"props": {
"type": "object",
"patternProperties": {
"^.*$": {
"type": "string"
}
}
},
"identifiers": {
"description": "Alternate identifiers for the subject.",
"type": "array",
"items": {
"$ref": "local://definitions-v2.0.0.json#/identifiers_with_scheme"
},
"uniqueItems": true
}
}
},
"subjects": {
"type": "array",
"items": { "$ref": "#/subject" }
},
"organization": {
"description": "Award's organizations.",
"type": "object",
"additionalProperties": false,
"properties": {
"scheme": {
"description": "Identifier of the organization scheme.",
"$ref": "local://definitions-v1.0.0.json#/identifier"
},
"id": {
"description": "Identifier of the organization for the given scheme.",
"$ref": "local://definitions-v1.0.0.json#/identifier"
},
"organization": {
"description": "Human readable label.",
"type": "string"
}
}
},
"organizations": {
"type": "array",
"items": { "$ref": "#/organization" }
},
"title_type": {
"description": "Type of title.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,6 @@
"items": {
"$ref": "local://definitions-v1.0.0.json#/identifiers_with_scheme"
}
},
"subjects": {
"$ref": "local://records/definitions-v2.0.0.json#/subjects"
},
"organizations": {
"$ref": "local://records/definitions-v2.0.0.json#/organizations"
}
}
}
Expand Down

0 comments on commit 01d8201

Please sign in to comment.