Skip to content

Commit ece96bf

Browse files
k-yleFloEdelmann
andauthored
add minProperties=1
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent 0677b05 commit ece96bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schemas/discarded.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"additionalProperties": {
88
"anyOf": [
99
{ "type": "boolean", "enum": [true] },
10-
{ "type": "object", "additionalProperties": { "type": "boolean", "enum": [true] } }
10+
{
11+
"type": "object",
12+
"additionalProperties": { "type": "boolean", "enum": [true] },
13+
"minProperties": 1
14+
}
1115
]
1216
}
1317
}

0 commit comments

Comments
 (0)