diff --git a/docs/odata-csdl-json/odata-csdl-json.md b/docs/odata-csdl-json/odata-csdl-json.md index b8042a69a..085d8acfe 100644 --- a/docs/odata-csdl-json/odata-csdl-json.md +++ b/docs/odata-csdl-json/odata-csdl-json.md @@ -923,7 +923,11 @@ If the CSDL JSON document is the metadata document of an OData service, the docu ### `$Version` -The value of `$Version` is a string containing either `4.0`, `4.01`, or `4.02`. +The value of `$Version` is a string specifying the OData protocol version of the +document, either `4.0`, `4.01`, or `4.02`. + +Services MUST return an OData 4.0 response if the request was +made with an `OData-MaxVersion` header with a value of `4.0`. ### `$EntityContainer`