microsoftgraph / microsoftgraph/msgraph-metadata

what is authoritative URL with annotations for graph v1.0 metadata?

Open
#609 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ToTriage Type: Question ❔
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.