Skip to content

Commit e59f7a0

Browse files
committed
schema: Allow source _and_ export [fix]
1 parent 66e96f1 commit e59f7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schema/okh.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"required": [
450450
"name"
451451
],
452-
"oneOf": [
452+
"anyOf": [
453453
{
454454
"required": [
455455
"source"

0 commit comments

Comments
 (0)