diff --git a/vocabularies/Org.OData.Capabilities.V1.json b/vocabularies/Org.OData.Capabilities.V1.json index ec1db0a1..3e3560c7 100644 --- a/vocabularies/Org.OData.Capabilities.V1.json +++ b/vocabularies/Org.OData.Capabilities.V1.json @@ -569,21 +569,23 @@ "$Kind": "Term", "$Type": "Capabilities.DeepInsertSupportType", "$AppliesTo": [ - "EntityContainer" + "EntityContainer", + "EntitySet", + "Collection" ], - "@Core.Description": "Deep Insert Support for the service" + "@Core.Description": "Deep Insert Support of the annotated resource (the whole service, an entity set, or a collection-valued resource)" }, "DeepInsertSupportType": { "$Kind": "ComplexType", "Supported": { "$Type": "Edm.Boolean", "$DefaultValue": true, - "@Core.Description": "Service supports deep inserts" + "@Core.Description": "Annotation target supports deep inserts" }, "ContentIDSupported": { "$Type": "Edm.Boolean", "$DefaultValue": true, - "@Core.Description": "Service supports accepting and returning nested entities annotated with the contentID instance annotation." + "@Core.Description": "Annotation target supports accepting and returning nested entities annotated with the `Core.ContentID` instance annotation." } }, "UpdateRestrictions": { diff --git a/vocabularies/Org.OData.Capabilities.V1.md b/vocabularies/Org.OData.Capabilities.V1.md index 4bebef1b..f821fef1 100644 --- a/vocabularies/Org.OData.Capabilities.V1.md +++ b/vocabularies/Org.OData.Capabilities.V1.md @@ -67,7 +67,7 @@ Term|Type|Description [ExpandRestrictions](Org.OData.Capabilities.V1.xml#L386)|[ExpandRestrictionsType](#ExpandRestrictionsType)|Restrictions on $expand expressions [SearchRestrictions](Org.OData.Capabilities.V1.xml#L402)|[SearchRestrictionsType](#SearchRestrictionsType)|Restrictions on $search expressions [InsertRestrictions](Org.OData.Capabilities.V1.xml#L436)|[InsertRestrictionsType](#InsertRestrictionsType)|Restrictions on insert operations -[DeepInsertSupport](Org.OData.Capabilities.V1.xml#L452)|[DeepInsertSupportType](#DeepInsertSupportType)|Deep Insert Support for the service +[DeepInsertSupport](Org.OData.Capabilities.V1.xml#L452)|[DeepInsertSupportType](#DeepInsertSupportType)|Deep Insert Support of the annotated resource (the whole service, an entity set, or a collection-valued resource) [UpdateRestrictions](Org.OData.Capabilities.V1.xml#L465)|[UpdateRestrictionsType](#UpdateRestrictionsType)|Restrictions on update operations [DeleteRestrictions](Org.OData.Capabilities.V1.xml#L481)|[DeleteRestrictionsType](#DeleteRestrictionsType)|Restrictions on delete operations @@ -244,8 +244,8 @@ Property|Type|Description Property|Type|Description :-------|:---|:---------- -[Supported](Org.OData.Capabilities.V1.xml#L456)|Boolean|Service supports deep inserts -[ContentIDSupported](Org.OData.Capabilities.V1.xml#L459)|Boolean|Service supports accepting and returning nested entities annotated with the contentID instance annotation. +[Supported](Org.OData.Capabilities.V1.xml#L456)|Boolean|Annotation target supports deep inserts +[ContentIDSupported](Org.OData.Capabilities.V1.xml#L459)|Boolean|Annotation target supports accepting and returning nested entities annotated with the `Core.ContentID` instance annotation. ## [UpdateRestrictionsType](Org.OData.Capabilities.V1.xml#L468) diff --git a/vocabularies/Org.OData.Capabilities.V1.xml b/vocabularies/Org.OData.Capabilities.V1.xml index d9195e18..c7db3be5 100644 --- a/vocabularies/Org.OData.Capabilities.V1.xml +++ b/vocabularies/Org.OData.Capabilities.V1.xml @@ -449,16 +449,16 @@ supported: - - + + - + + String="Annotation target supports accepting and returning nested entities annotated with the `Core.ContentID` instance annotation." />