Schema-based generator descriptor. Holds a schema and an optional parse
callback that transforms the raw server response into a value of type T.
Other generators produce a BasicGenerator from asBasic() when they can be
expressed as a single schema, letting parent generators (oneOf, arrays, ...)
compose a unified schema rather than falling back to span-based draws.
Schema-based generator descriptor. Holds a schema and an optional parse callback that transforms the raw server response into a value of type T.
Other generators produce a BasicGenerator from
asBasic()when they can be expressed as a single schema, letting parent generators (oneOf, arrays, ...) compose a unified schema rather than falling back to span-based draws.