Skip to content

Missing Annotations in metadata output #6

@madansr7

Description

@madansr7

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions