Skip to content

Commit

Permalink
YDA-5059: make epos-msl keyword like datacite subject
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox committed Nov 19, 2024
1 parent 6614d79 commit 38ddb3b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
24 changes: 11 additions & 13 deletions schemas/epos-msl-0/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,27 +1006,25 @@
"type": "object",
"additionalProperties": false,
"properties": {
"Keyword": {
"Subject": {
"$ref": "#/definitions/stringNormal",
"title": "Keyword name"
},
"Uri": {
"subjectScheme": {
"$ref": "#/definitions/stringNormal",
"title": "Keyword uri"
"title": "Name of the subject scheme"
},
"schemeURI": {
"$ref": "#/definitions/stringNormal",
"title": "URI of the subject identifier scheme"
},
"valueURI": {
"$ref": "#/definitions/stringNormal",
"title": "URI of the subject term"
}
}
}
},
"Keyword": {
"title": "Keywords",
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/definitions/stringNormal",
"title": "Keyword",
"default": null
}
},
"Related_Resource": {
"title": "Related resource",
"type": "array",
Expand Down
5 changes: 1 addition & 4 deletions schemas/epos-msl-0/uischema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@
}
},
"Keywords": {
"ui:description": "Adding (searchable) key words to your data package.",
"ui:description": "Adding (searchable) keywords to your data package.",
"ui:field": "keyword_selector"
},
"Keyword": {
"ui:description": "Free text field for adding (searchable) keywords to your data package"
},
"Related_Resource": {
"items": {
"Relation_Type": {
Expand Down

0 comments on commit 38ddb3b

Please sign in to comment.