Skip to content

Commit 3a95bb4

Browse files
committed
changing format of required fields for annotations
1 parent db71046 commit 3a95bb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schema/statement.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,6 @@
290290
"format": "uri"
291291
}
292292
},
293-
"required":[
294-
"statementPointerTarget",
295-
"motivation"
296-
],
297293
"allOf": [
298294
{
299295
"if": {
@@ -327,7 +323,11 @@
327323
}
328324
}
329325
}
330-
]
326+
],
327+
"required":[
328+
"statementPointerTarget",
329+
"motivation"
330+
],
331331
}
332332
}
333333
}

0 commit comments

Comments
 (0)