Skip to content

Commit 62a655c

Browse files
committed
Updated unlisted running db validation
1 parent 8ce67be commit 62a655c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

schema/oracle.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,12 +1052,19 @@
10521052
}
10531053
},
10541054
"unlistedRunningDatabases": {
1055-
"type": "array",
1056-
"items": {
1057-
"type": "string",
1058-
"minLength": 1
1059-
},
1060-
"uniqueItems": true
1055+
"anyOf": [
1056+
{
1057+
"type": "null"
1058+
},
1059+
{
1060+
"type": "array",
1061+
"items": {
1062+
"type": "string",
1063+
"minLength": 1
1064+
},
1065+
"uniqueItems": true
1066+
}
1067+
]
10611068
}
10621069
}
10631070
}

0 commit comments

Comments
 (0)