Skip to content

Commit

Permalink
schema: make statementPointerTarget and motivation always required fo…
Browse files Browse the repository at this point in the history
…r Annotation, for #333
  • Loading branch information
rhiaro committed Oct 21, 2021
1 parent 756d857 commit 7acdb1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schema/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,10 @@
"format": "uri"
}
},
"required": [
"statementPointerTarget",
"motivation"
],
"anyOf": [
{
"properties": {
Expand All @@ -416,11 +420,7 @@
"transformation"
]
}
},
"required": [
"statementPointerTarget",
"motivation"
]
}
}
]
},
Expand Down

0 comments on commit 7acdb1e

Please sign in to comment.