You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
<TermName="SupportedFormats"Type="Collection(Edm.String)">
<AnnotationTerm="Core.Description"String="Media types of supported formats, including format parameters" />
<AnnotationTerm="Core.IsMediaType" />
</Term>
It's not clear if only the metadata supports XML, application/xml should be included into the annotation:
The term only refers to data, not $metadata. Unfortunately this is not reflected in the vocabulary, only in the preliminary discussion in https://issues.oasis-open.org/browse/ODATA-248.
The current specification is:
It's not clear if only the metadata supports XML,
application/xml
should be included into the annotation:And in future when JSON is also supported for metadata, a new term like
Capabilities.SupportedFormatForMetadata
might be helpful for avoid confusion.The text was updated successfully, but these errors were encountered: