Skip to content

Commit 0211998

Browse files
authored
Clarify to support nested typeDSL (#13)
1 parent ce147ed commit 0211998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

concepts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ An implementation must resolve [$import](SchemaSalad.html#Import) and
314314

315315
Another transformation defined in Schema salad is simplification of data type definitions.
316316
Type `<T>` ending with `?` should be transformed to `[<T>, "null"]`.
317-
Type `<T>` ending with `[]` should be transformed to `{"type": "array", "items": <T>}`
317+
Type `<T>` ending with `[]` should be transformed to `{"type": "array", "items": <T>}`.
318+
This simplification should be applied recursively.
318319

319320
## Extensions and metadata
320321

0 commit comments

Comments
 (0)