From 0211998f54ee3c6066531c141e4c72f1d999949b Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Thu, 16 May 2024 15:33:45 +0200 Subject: [PATCH] Clarify to support nested typeDSL (#13) --- concepts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/concepts.md b/concepts.md index 77a1aa2..eda53d3 100644 --- a/concepts.md +++ b/concepts.md @@ -314,7 +314,8 @@ An implementation must resolve [$import](SchemaSalad.html#Import) and Another transformation defined in Schema salad is simplification of data type definitions. Type `` ending with `?` should be transformed to `[, "null"]`. -Type `` ending with `[]` should be transformed to `{"type": "array", "items": }` +Type `` ending with `[]` should be transformed to `{"type": "array", "items": }`. +This simplification should be applied recursively. ## Extensions and metadata