generateSchemaInnerClasses

Some OasSchema types refer to unnamed objects that have a fixed set of parameters. The best representation of this in D is a named class.

Most types, like a simple "integer" or "string" will not generate any inner classes, but a few cases will, such as "object" with a specific set of valid "properties".

void
generateSchemaInnerClasses
(
Appender!string buffer
,,
string prefix = " "
,
string defaultName = null
,
RedBlackTree!string context = null
)

Meta