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
Currently, Schema has title property however it is unused since we can only instantiate it via static functions which do not take in the title as parameter
/// A human-readable name/summary for the schema or a specific property. This helps document the
/// schema's purpose but doesn't typically constrain the generated value. It can subtly guide the
/// model by clarifying the intent of a field.
public let title: String?
API Proposal
Add title parameter to all static functions except anyOf