We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce147ed commit 0211998Copy full SHA for 0211998
concepts.md
@@ -314,7 +314,8 @@ An implementation must resolve [$import](SchemaSalad.html#Import) and
314
315
Another transformation defined in Schema salad is simplification of data type definitions.
316
Type `<T>` ending with `?` should be transformed to `[<T>, "null"]`.
317
-Type `<T>` ending with `[]` should be transformed to `{"type": "array", "items": <T>}`
+Type `<T>` ending with `[]` should be transformed to `{"type": "array", "items": <T>}`.
318
+This simplification should be applied recursively.
319
320
## Extensions and metadata
321
0 commit comments