microsoftgraph / microsoftgraph/msgraph-metadata
what is authoritative URL with annotations for graph v1.0 metadata?
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
I'd like to use the annotated form of the official msgraph v1.0 metadata so that it contains property annotations like
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true">
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/None</EnumMember>
</PropertyValue>
</Record>
</Annotation>
</NavigationProperty>
I currently use https://graph.microsoft.com/v1.0/$metadata?$format=xml. Why does it not contain these property annotations (present in transformed_v1.0_metadata.xml)? Is there another URL I should be using to get this information with production status?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the production URL in the issue and compare its XML response with transformed_v1.0_metadata.xml from the msgraph-metadata repository. Trace how the transformed metadata is produced and determine whether an authoritative production endpoint exposes the annotations; done means documenting the correct URL or confirming that none exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100