You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that every schema is put in reflector.Spec.Components.Schemas.MapOfSchemaOrRefValues, even structs that are fields of other structs, which are referenced in reflector.Spec.Components.Schemas.MapOfSchemaOrRefValues["Struct"].Schema.Properties["Field"].Schema.Items.SchemaReference.
Is there some options that can be used so schemas of fields of structs are set in reflector.Spec.Components.Schemas.MapOfSchemaOrRefValues["Struct"].Schema.Properties["Field"].Schema.Items.Schema directly ?
It is just a question, no problem if it is not possible.
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that every schema is put in
reflector.Spec.Components.Schemas.MapOfSchemaOrRefValues
, even structs that are fields of other structs, which are referenced inreflector.Spec.Components.Schemas.MapOfSchemaOrRefValues["Struct"].Schema.Properties["Field"].Schema.Items.SchemaReference
.Is there some options that can be used so schemas of fields of structs are set in
reflector.Spec.Components.Schemas.MapOfSchemaOrRefValues["Struct"].Schema.Properties["Field"].Schema.Items.Schema
directly ?It is just a question, no problem if it is not possible.
The text was updated successfully, but these errors were encountered: