Darrel
Darrel
# Steps to reproduce - Access Graph explorer using tenanted URL e.g. https://developer.microsoft-tst.com/en-us/graph/graph-explorer?tenant=tavis.ca - Sign in as a guest user to the tenant # Expected To see the tenant name...
https://github.com/microsoft/OpenAPI.NET.OData/issues/87 Swagger editor doesn't like this path ``` /People({UserName})/Trippin.GetFriendsTrips(userName={userName}) ``` I appreciate it's taste, but technically, it is a valid path. /cc @webron
We are trying to implement a prototype of the OpenAPI Overlays draft specification and need to use JsonPath to reference elements of the OpenAPIDocument DOM as if it were a...
Having navigation properties in models that do not support expand, is redundant as they will always be null. We need to add expand capability annotations to the metadata, so that...
Related to issues: #125 , #123, #102, #46, #52, #113 [AB#7439](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7439)
In the Yaml 1.2 spec support for an escaped slash "\/" was added for JSON compatibility. Do you have any concerns with me creating a PR to fix this? We...
Includes: - [ ] Add root property webhooks - [x] #1039 - [x] #1042 - [ ] Add pathItems object to the component object - [ ] Add support for...
In order to prevent tooling like Kiota from doing redundant work, it would be valuable if we can generate a hash of a OpenAPIDocument instance and its member properties.
The conversion library has many settings. To control these settings we should provide a command line parameter that points to a settings file that configures the behavior of the conversion...
Can we create a mechanism to generate Schemas from C# classes? https://github.com/dotnet/aspnetcore/issues/41246