Default capability settings for all collection-valued resources in the container
Annotating a specific capability term, which is included as property in DefaultCapabilitiesType
, for a specific collection-valued resource overrides the default capability with the specified properties using PATCH semantics:
- Primitive or collection-valued properties specified in the specific capability term replace the corresponding properties specified in
DefaultCapabilities
- Complex-valued properties specified in the specific capability term override the corresponding properties specified in
DefaultCapabilities
using PATCH semantics recursively - Properties specified neither in the specific term nor in
DefaultCapabilities
have their default value
## [ConformanceLevelType](./Org.OData.Capabilities.V1.xml#L118:~:text=
-## [DefaultCapabilitiesType](./Org.OData.Capabilities.V1.xml#L1072:~:text=
-## [HttpResponse](./Org.OData.Capabilities.V1.xml#L1123:~:text=
Annotating a specific capability term, which is included as property in `DefaultCapabilitiesType`, for a specific collection-valued resource overrides the default capability with the specified properties using PATCH semantics:
-
- Primitive or collection-valued properties specified in the specific capability term replace the corresponding properties specified in `DefaultCapabilities`
-
- Complex-valued properties specified in the specific capability term override the corresponding properties specified in `DefaultCapabilities` using PATCH semantics recursively
-
-- Properties specified neither in the specific term nor in `DefaultCapabilities` have their default value
-
+- Properties specified neither in the specific term nor in `DefaultCapabilities` have their default value