Open davidyuk opened 2 years ago
https://github.com/aeternity/aesophia_http/blob/3f20f6985e3e5f413f42313917f1a00cc6467cc7/config/swagger.yaml#L494 Can we use some kind of oneOf to define all possible variants? This would fix the autorest warning
oneOf
WARNING (Modeler/MissingType): The schema 'SophiaCallResult' has no type or format information whatsoever. Location: https://compiler.aeternity.io/api#/components/schemas/SophiaCallResult
https://github.com/aeternity/aesophia_http/blob/3f20f6985e3e5f413f42313917f1a00cc6467cc7/config/swagger.yaml#L494 Can we use some kind of
oneOf
to define all possible variants? This would fix the autorest warning