FormattedSchema
fun FormattedSchema(format: String, type: String, default: Any? = null, description: String? = null, nullable: Boolean? = null, minimum: Number? = null, maximum: Number? = null, exclusiveMinimum: Boolean? = null, exclusiveMaximum: Boolean? = null, multipleOf: Number? = null)
Content copied to clipboard