Don't regather class names from Schema for now
The schema we output has names for all the classes, so no need to regather. JSON Schema in general does have unnamed classes, so we should reintroduce regathering, once #63 is fixed. Original commit 742408e3d29f92e08e919008b795f89401e9a25e
This commit is contained in:
Родитель
be83a69b05
Коммит
f62cf77ace
|
@ -105,7 +105,6 @@ renderFromJsonSchema { renderer, input: json, topLevelName } = do
|
|||
schema <- J.decodeJson json
|
||||
graph <- makeTypeFromSchema topLevelName schema
|
||||
graph
|
||||
# regatherClassNames
|
||||
# Doc.runRenderer renderer
|
||||
# pure
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче