Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Annotations in metadata output #6

Open
madansr7 opened this issue Oct 10, 2018 · 0 comments
Open

Missing Annotations in metadata output #6

madansr7 opened this issue Oct 10, 2018 · 0 comments

Comments

@madansr7
Copy link
Contributor

madansr7 commented Oct 10, 2018

When compared to annotations in from v1.0 metadata, the annotations in the apidoctor's output is missing a number of annotations.
For e.g. the following annotations does not generated via apidoctor but exists in the v1.0 metadata.

<Annotations Target="microsoft.graph.user/events">
    <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
        <Record>
            <PropertyValue Property="Supported" Bool="false" />
        </Record>
    </Annotation>
    <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
        <Record>
            <PropertyValue Property="Expandable" Bool="false" />
        </Record>
    </Annotation>
    <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
        <Record>
            <PropertyValue Property="Searchable" Bool="false" />
        </Record>
    </Annotation>
</Annotations>
georgend referenced this issue in georgend/apidoctor Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant