File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -863,8 +863,8 @@ Schema derived for an ADT from macro materialized `RestStructure` will describe
863863
864864##### Registered schemas
865865
866- By default, schemas macro materialized for case classes and sealed hierarchies will be _ named_
867- - this means they will not be inlined but rather registered under their name in
866+ By default, schemas macro materialized for case classes and sealed hierarchies will be _ named_ .
867+ This means they will not be inlined but rather registered under their name in
868868[ Components Object] ( https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#componentsObject ) .
869869By default, the name that will be used will be the simple (unqualified) name of the data type, e.g. "User".
870870When referring to registered schema (e.g. in
You can’t perform that action at this time.
0 commit comments