Skip to content

Commit

Permalink
Change to mergingState after discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Jun 27, 2024
1 parent d282f48 commit c206055
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions data-model/fdo-type/annotation/0.3.0/schema/annotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,23 +390,21 @@
"type": "string",
"description": "Internally generated PID to identify the batch the annotation was generated by"
},
"ods:annotationStatus": {
"ods:mergingStatus": {
"enum": [
"ods:Active",
"ods:Rejected",
"ods:Approved",
"ods:Tombstoned"
"ods:RejectedForMerging",
"ods:ApprovedForMerging"
],
"description": "The status of the annotation. Once an annotation is made it will receives the status odsActive. Some annotation can then be accepted or rejected by the user."
"description": "The merging status of the annotation."
},
"ods:decisionDate": {
"ods:mergingStateChangeDate": {
"type": "string",
"format": "date-time",
"description": "The date and time when the annotation was approved. This is only filled when the annotationStatus is ods:Approved or ods:Rejected."
"description": "The date and time when the annotation was merging state was changed."
},
"ods:Decider": {
"ods:mergingStateChangedBy": {
"type": "object",
"description": "Object containing information on who approved the annotation. This is only filled when the annotationStatus is ods:Approved.",
"description": "Object containing information on who changed the merging state of the annotation.",
"properties": {
"@id": {
"type": "string",
Expand All @@ -421,7 +419,7 @@
},
"@type": {
"type": "string",
"description": "The type of the decider.",
"description": "The type of the agent who changed the merging state.",
"enum": [
"foaf:Person",
"foaf:Organisation",
Expand All @@ -430,7 +428,7 @@
},
"foaf:name": {
"type": "string",
"description": "The name of the decider. http://xmlns.com/foaf/0.1/#term_name",
"description": "The name of the agent who changed the merging state. http://xmlns.com/foaf/0.1/#term_name",
"examples": [
"Gbif linker service"
]
Expand Down

0 comments on commit c206055

Please sign in to comment.