From 9d732ab55b413e210fca7736572f4e6c707cef7e Mon Sep 17 00:00:00 2001 From: Gerald Krause Date: Tue, 14 Jan 2025 09:12:41 +0100 Subject: [PATCH] updated after discussion 2024-11-27 --- vocabularies/Org.OData.Capabilities.V1.json | 20 ++++---------------- vocabularies/Org.OData.Capabilities.V1.md | 4 ++-- vocabularies/Org.OData.Capabilities.V1.xml | 8 ++++---- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/vocabularies/Org.OData.Capabilities.V1.json b/vocabularies/Org.OData.Capabilities.V1.json index b463f12a..72060706 100644 --- a/vocabularies/Org.OData.Capabilities.V1.json +++ b/vocabularies/Org.OData.Capabilities.V1.json @@ -92,31 +92,19 @@ "$Type": "Core.Tag", "$DefaultValue": true, "$AppliesTo": [ - "EntityContainer", - "EntitySet", - "Singleton", - "Action", - "ActionImport", - "Function", - "FunctionImport" + "EntityContainer" ], - "@Core.Description": "Supports the `respond-async` preference" + "@Core.Description": "Service supports the asynchronous request preference" }, "AsynchronousRequestsRequired": { "$Kind": "Term", "$Type": "Core.Tag", "$DefaultValue": true, "$AppliesTo": [ - "EntityContainer", - "EntitySet", - "Singleton", - "Action", - "ActionImport", - "Function", - "FunctionImport" + "EntityContainer" ], "$BaseTerm": "Capabilities.AsynchronousRequestsSupported", - "@Core.Description": "Requires the `respond-async` preference" + "@Core.Description": "Service requires the asynchronous request preference" }, "BatchContinueOnErrorSupported": { "$Kind": "Term", diff --git a/vocabularies/Org.OData.Capabilities.V1.md b/vocabularies/Org.OData.Capabilities.V1.md index a7a80b43..84be9e6c 100644 --- a/vocabularies/Org.OData.Capabilities.V1.md +++ b/vocabularies/Org.OData.Capabilities.V1.md @@ -51,8 +51,8 @@ Term|Type|Description [SupportedFormats](Org.OData.Capabilities.V1.xml#L132)|\[MediaType\]|Media types of supported formats, including format parameters [SupportedMetadataFormats](Org.OData.Capabilities.V1.xml#L137)|\[MediaType\]|Media types of supported formats for $metadata, including format parameters [AcceptableEncodings](Org.OData.Capabilities.V1.xml#L142)|\[String\]|List of acceptable compression methods for ($batch) requests, e.g. gzip -[AsynchronousRequestsSupported](Org.OData.Capabilities.V1.xml#L148)|[Tag](Org.OData.Core.V1.md#Tag)|Supports the `respond-async` preference -[AsynchronousRequestsRequired](Org.OData.Capabilities.V1.xml#L152)|[Tag](Org.OData.Core.V1.md#Tag)|Requires the `respond-async` preference +[AsynchronousRequestsSupported](Org.OData.Capabilities.V1.xml#L148)|[Tag](Org.OData.Core.V1.md#Tag)|Service supports the asynchronous request preference +[AsynchronousRequestsRequired](Org.OData.Capabilities.V1.xml#L152)|[Tag](Org.OData.Core.V1.md#Tag)|Service requires the asynchronous request preference [BatchContinueOnErrorSupported](Org.OData.Capabilities.V1.xml#L156)|[Tag](Org.OData.Core.V1.md#Tag)|Service supports the continue on error preference. Supports $batch requests. Services that apply the BatchContinueOnErrorSupported term should also specify the ContinueOnErrorSupported property from the BatchSupport term. [IsolationSupported](Org.OData.Capabilities.V1.xml#L160)|[IsolationLevel](#IsolationLevel)|Supported odata.isolation levels [CrossJoinSupported](Org.OData.Capabilities.V1.xml#L169)|[Tag](Org.OData.Core.V1.md#Tag)|Supports cross joins for the entity sets in this container diff --git a/vocabularies/Org.OData.Capabilities.V1.xml b/vocabularies/Org.OData.Capabilities.V1.xml index 82231274..10933358 100644 --- a/vocabularies/Org.OData.Capabilities.V1.xml +++ b/vocabularies/Org.OData.Capabilities.V1.xml @@ -145,12 +145,12 @@ supported: - - + + - - + +