Skip to content

Commit

Permalink
Merge pull request #203 from DiSSCo/feature/opends-0.4.0
Browse files Browse the repository at this point in the history
Fix additionalProperties/required in relatedPID
  • Loading branch information
samleeflang authored Oct 15, 2024
2 parents 92f6971 + 3c8f133 commit a9fa72b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
"IsDuplicateOf",
"IsReplacedWith"
]
},
"additionalProperties": false,
"required": [
"@type",
"ods:relationshipType"
]
}
}
},
"additionalProperties": false,
"required": [
"@type",
"ods:relationshipType"
]
}
}
},
Expand Down

0 comments on commit a9fa72b

Please sign in to comment.