Skip to content

Commit c48b923

Browse files
Fix intersecting inherits types (SchemaStore#5063)
Co-authored-by: ya7010 <[email protected]>
1 parent 76040a6 commit c48b923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/cargo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"Inherits": {
266266
"title": "Inherits",
267267
"description": "In addition to the built-in profiles, additional custom profiles can be defined.",
268-
"oneOf": [
268+
"anyOf": [
269269
{
270270
"type": "string",
271271
"enum": ["dev", "test", "bench", "release"]

0 commit comments

Comments
 (0)