OpenAPI.NET.OData
OpenAPI.NET.OData copied to clipboard
Missing Consistency Level header parameters for paths that have path parameters appearing as last segment immediately after a navigation property
For example, this path /servicePrincipals/{servicePrincipal-id}/appRoleAssignments contains consistency level header parameter as shown in the image below while this one /servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id} is missing.
Annotations have also been added to include the header and it seems like the last segment if it is a path parameter after a navigation property is not recognized.