Skip to content

Commit f85d74e

Browse files
committed
Revert "Annotations required updated (#722)"
This reverts commit cd357cf.
1 parent 87386a0 commit f85d74e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

schema/statement.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,6 @@
290290
"format": "uri"
291291
}
292292
},
293-
"required":[
294-
"motivation",
295-
"statementPointerTarget"
296-
],
297293
"allOf": [
298294
{
299295
"if": {
@@ -305,8 +301,16 @@
305301
},
306302
"then": {
307303
"required": [
304+
"statementPointerTarget",
305+
"motivation",
308306
"url"
309307
]
308+
},
309+
"else": {
310+
"required": [
311+
"statementPointerTarget",
312+
"motivation"
313+
]
310314
}
311315
},
312316
{

0 commit comments

Comments
 (0)