@@ -45,14 +45,14 @@ public static function resolverAugmentCases(): iterable
4545 'nonzeroint ' => '{ "type": "integer", "not": { "enum": [ 0 ] }, "property": "nonZeroInt" } ' ,
4646 'legacy:arrayshape ' => '{ "type": "array", "items": { "type": "boolean" }, "property": "arrayShape" } ' ,
4747 'type-info:arrayshape ' => '{ "type": "object", "additionalProperties": { "type": "boolean" }, "property": "arrayShape" } ' ,
48- 'legacy:stringmap ' => '{ "type": "array", "items": { "type": "mixed" }, "property": "stringMap" } ' ,
48+ 'legacy:stringmap ' => '{ "type": "array", "items": {}, "property": "stringMap" } ' ,
4949 'type-info:stringmap ' => '{ "type": "object", "additionalProperties": { "type": "string" }, "property": "stringMap" } ' ,
50- 'legacy:intkeyedmap ' => '{ "type": "array", "items": { "type": "mixed" }, "property": "intKeyedMap" } ' ,
50+ 'legacy:intkeyedmap ' => '{ "type": "array", "items": {}, "property": "intKeyedMap" } ' ,
5151 'type-info:intkeyedmap ' => '{ "type": "object", "additionalProperties": { "type": "string" }, "property": "intKeyedMap" } ' ,
5252 'uniontype ' => '{ "property": "unionType" } ' ,
5353 'promotedstring ' => '{ "type": "string", "property": "promotedString" } ' ,
5454 'legacy:mixedunion ' => '{ "example": "My value", "property": "mixedUnion" } ' ,
55- 'type-info:mixedunion ' => '{ "example": "My value", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "mixed" } } ], "property": "mixedUnion" } ' ,
55+ 'type-info:mixedunion ' => '{ "example": "My value", "oneOf": [ { "type": "string" }, { "type": "array", "items": {} } ], "property": "mixedUnion" } ' ,
5656 'getstring ' => '{ "type": "string", "property": "getString" } ' ,
5757 'paramdatetimelist ' => '{ "type": "array", "items": { "type": "string", "format": "date-time" }, "property": "paramDateTimeList" } ' ,
5858 'paramstringlist ' => '{ "type": "array", "items": { "type": "string" }, "property": "paramStringList" } ' ,
@@ -94,15 +94,15 @@ public static function resolverAugmentCases(): iterable
9494 'nonzeroint ' => '{ "type": "integer", "not": { "const": 0 }, "property": "nonZeroInt" } ' ,
9595 'legacy:arrayshape ' => '{ "type": "array", "items": { "type": "boolean" }, "property": "arrayShape" } ' ,
9696 'type-info:arrayshape ' => '{ "type": "object", "additionalProperties": { "type": "boolean" }, "property": "arrayShape" } ' ,
97- 'legacy:stringmap ' => '{ "type": "array", "items": { "type": "mixed" }, "property": "stringMap" } ' ,
97+ 'legacy:stringmap ' => '{ "type": "array", "items": {}, "property": "stringMap" } ' ,
9898 'type-info:stringmap ' => '{ "type": "object", "additionalProperties": { "type": "string" }, "property": "stringMap" } ' ,
99- 'legacy:intkeyedmap ' => '{ "type": "array", "items": { "type": "mixed" }, "property": "intKeyedMap" } ' ,
99+ 'legacy:intkeyedmap ' => '{ "type": "array", "items": {}, "property": "intKeyedMap" } ' ,
100100 'type-info:intkeyedmap ' => '{ "type": "object", "additionalProperties": { "type": "string" }, "property": "intKeyedMap" } ' ,
101101 'legacy:uniontype ' => '{ "property": "unionType" } ' ,
102102 'type-info:uniontype ' => '{ "type": [ "integer", "string" ], "property": "unionType" } ' ,
103103 'promotedstring ' => '{ "type": "string", "property": "promotedString" } ' ,
104104 'legacy:mixedunion ' => '{ "example": "My value", "property": "mixedUnion" } ' ,
105- 'type-info:mixedunion ' => '{ "example": "My value", "oneOf": [ { "type": [ "string" ] }, { "type": "array", "items": { "type": "mixed" } } ], "property": "mixedUnion" } ' ,
105+ 'type-info:mixedunion ' => '{ "example": "My value", "oneOf": [ { "type": [ "string" ] }, { "type": "array", "items": {} } ], "property": "mixedUnion" } ' ,
106106 'getstring ' => '{ "type": "string", "property": "getString" } ' ,
107107 'paramdatetimelist ' => '{ "type": "array", "items": { "type": "string", "format": "date-time" }, "property": "paramDateTimeList" } ' ,
108108 'paramstringlist ' => '{ "type": "array", "items": { "type": "string" }, "property": "paramStringList" } ' ,
0 commit comments