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
"decimal" should only be a child of string type as the serialization process will trim trailing zeros for numbers, loosing precision. => map string:decimal to a string (decimal type) on the wire, and number:decimal to a number (double) on the wire. (BREAKING)
"base64" and "base64url" are different in their serialization and deserialization logic, and should ultimately map to stream. (BREAKING)
should we add support for char? (BREAKING)
type array with uniqueItems: true (items) should map to a hashset
The text was updated successfully, but these errors were encountered:
@darrelmiller fixing this one will require coordinating all the abstractions and serialization libs on top of changing the generation. I'd recommend pushing it to v3
While working on documenting the different format that can be used in OAS I realized Kiota was not mapping some formats properly:
The text was updated successfully, but these errors were encountered: