{
    "$Version": "4.0",
    "$Reference": {
        "https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Authorization.V1.json": {
            "$Include": [
                {
                    "$Namespace": "Org.OData.Authorization.V1",
                    "$Alias": "Authorization"
                }
            ]
        },
        "https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.json": {
            "$Include": [
                {
                    "$Namespace": "Org.OData.Core.V1",
                    "$Alias": "Core"
                }
            ]
        },
        "https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Validation.V1.json": {
            "$Include": [
                {
                    "$Namespace": "Org.OData.Validation.V1",
                    "$Alias": "Validation"
                }
            ]
        }
    },
    "Org.OData.Capabilities.V1": {
        "$Alias": "Capabilities",
        "@Core.Description": "Terms describing capabilities of a service",
        "@Core.Links": [
            {
                "rel": "alternate",
                "href": "https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Capabilities.V1.xml"
            },
            {
                "rel": "latest-version",
                "href": "https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Capabilities.V1.json"
            },
            {
                "rel": "describedby",
                "href": "https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Capabilities.V1.md"
            }
        ],
        "@Core.LongDescription": "\nThere are some capabilities which are strongly recommended for services to support even\nthough they are optional. Support for $top and $skip is a good example as\nsupporting these query options helps with performance of a service and are essential. Such\ncapabilities are assumed to be default capabilities of an OData service even in\nthe case that a capabilities annotation doesn’t exist. Capabilities annotations are\nmainly expected to be used to explicitly specify that a service doesn’t support such\ncapabilities. Capabilities annotations can as well be used to declaratively\nspecify the support of such capabilities.\n\nOn the other hand, there are some capabilities that a service may choose to support or\nnot support and in varying degrees. $filter and $orderby are such good examples.\nThis vocabulary aims to define terms to specify support or no support for such\ncapabilities.\n\nA service is assumed to support by default the following capabilities even though an\nannotation doesn’t exist:\n- Countability ($count)\n- Client pageability ($top, $skip)\n- Expandability ($expand)\n- Indexability by key\n- Batch support ($batch)\n- Navigability of navigation properties\n\nA service is expected to support the following capabilities. If not supported, the\nservice is expected to call out the restrictions using annotations:\n- Filterability ($filter)\n- Sortability ($orderby)\n- Queryability of top level entity sets\n- Query functions\n\nA client cannot assume that a service supports certain capabilities. A client can try, but\nit needs to be prepared to handle an error in case the following capabilities are not\nsupported:\n- Insertability\n- Updatability\n- Deletability\n        ",
        "ConformanceLevel": {
            "$Kind": "Term",
            "$Type": "Capabilities.ConformanceLevelType",
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "The conformance level achieved by this service"
        },
        "ConformanceLevelType": {
            "$Kind": "EnumType",
            "Minimal": 0,
            "Minimal@Core.Description": "Minimal conformance level",
            "Intermediate": 1,
            "Intermediate@Core.Description": "Intermediate conformance level",
            "Advanced": 2,
            "Advanced@Core.Description": "Advanced conformance level"
        },
        "SupportedFormats": {
            "$Kind": "Term",
            "$Collection": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Media types of supported formats, including format parameters",
            "@Core.IsMediaType": true
        },
        "SupportedMetadataFormats": {
            "$Kind": "Term",
            "$Collection": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Media types of supported formats for $metadata, including format parameters",
            "@Core.IsMediaType": true
        },
        "AcceptableEncodings": {
            "$Kind": "Term",
            "$Collection": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "List of acceptable compression methods for ($batch) requests, e.g. gzip"
        },
        "AsynchronousRequestsSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Service supports the asynchronous request preference"
        },
        "BatchContinueOnErrorSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Service supports $batch requests and the `continue-on-error` preference",
            "@Core.Revisions": [
                {
                    "Kind": "Deprecated",
                    "Description": "Deprecated in favor of the [`ContinueOnErrorSupported`](#BatchSupportType) property from the [`BatchSupport`](#BatchSupport) term"
                }
            ]
        },
        "IsolationSupported": {
            "$Kind": "Term",
            "$Type": "Capabilities.IsolationLevel",
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Supported odata.isolation levels"
        },
        "IsolationLevel": {
            "$Kind": "EnumType",
            "$IsFlags": true,
            "Snapshot": 1,
            "Snapshot@Core.Description": "All data returned for a request, including multiple requests within a batch or results retrieved across multiple pages, will be consistent as of a single point in time"
        },
        "CrossJoinSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Supports cross joins for the entity sets in this container"
        },
        "CallbackSupported": {
            "$Kind": "Term",
            "$Type": "Capabilities.CallbackType",
            "$AppliesTo": [
                "EntityContainer",
                "EntitySet"
            ],
            "@Core.Description": "Supports callbacks for the specified protocols"
        },
        "CallbackType": {
            "$Kind": "ComplexType",
            "CallbackProtocols": {
                "$Collection": true,
                "$Type": "Capabilities.CallbackProtocol",
                "@Core.Description": "List of supported callback protocols, e.g. `http` or `wss`"
            },
            "@Core.Description": "A non-empty collection lists the full set of supported protocols. A empty collection means 'only HTTP is supported'"
        },
        "CallbackProtocol": {
            "$Kind": "ComplexType",
            "Id": {
                "$Nullable": true,
                "@Core.Description": "Protocol Identifier"
            },
            "UrlTemplate": {
                "$Nullable": true,
                "@Core.Description": "URL Template including parameters. Parameters are enclosed in curly braces {} as defined in RFC6570"
            },
            "DocumentationUrl": {
                "$Nullable": true,
                "@Core.Description": "Human readable description of the meaning of the URL Template parameters",
                "@Core.IsURL": true
            }
        },
        "ChangeTracking": {
            "$Kind": "Term",
            "$Type": "Capabilities.ChangeTrackingType",
            "$AppliesTo": [
                "EntitySet",
                "Singleton",
                "Function",
                "FunctionImport",
                "NavigationProperty"
            ],
            "@Core.Description": "Change tracking capabilities of this service or entity set"
        },
        "ChangeTrackingBase": {
            "$Kind": "ComplexType",
            "Supported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "odata.track-changes preference is supported"
            }
        },
        "ChangeTrackingType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.ChangeTrackingBase",
            "FilterableProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "Change tracking supports filters on these properties",
                "@Core.LongDescription": "If no properties are specified or FilterableProperties is omitted, clients cannot assume support for filtering on any properties in combination with change tracking."
            },
            "ExpandableProperties": {
                "$Collection": true,
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "Change tracking supports these properties expanded",
                "@Core.LongDescription": "If no properties are specified or ExpandableProperties is omitted, clients cannot assume support for expanding any properties in combination with change tracking."
            }
        },
        "CountRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.CountRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on /$count path suffix and $count=true system query option"
        },
        "CountRestrictionsBase": {
            "$Kind": "ComplexType",
            "Countable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Instances can be counted in requests targeting a collection"
            }
        },
        "CountRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.CountRestrictionsBase",
            "NonCountableProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "Members of these collection properties cannot be counted"
            },
            "NonCountableNavigationProperties": {
                "$Collection": true,
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "Members of these navigation properties cannot be counted"
            }
        },
        "NavigationRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.NavigationRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Singleton",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on navigating properties according to OData URL conventions",
            "@Core.LongDescription": "Restrictions specified on an entity set are valid whether the request is directly to the entity set or through a navigation property bound to that entity set. Services can specify a different set of restrictions specific to a path, in which case the more specific restrictions take precedence."
        },
        "NavigationRestrictionsType": {
            "$Kind": "ComplexType",
            "Navigability": {
                "$Type": "Capabilities.NavigationType",
                "$Nullable": true,
                "@Core.Description": "Default navigability for all navigation properties of the annotation target. Individual navigation properties can override this value via `RestrictedProperties/Navigability`."
            },
            "RestrictedProperties": {
                "$Collection": true,
                "$Type": "Capabilities.NavigationPropertyRestriction",
                "@Core.Description": "List of navigation properties with restrictions"
            }
        },
        "NavigationPropertyRestriction": {
            "$Kind": "ComplexType",
            "@Core.LongDescription": "Using a property of `NavigationPropertyRestriction` in a [`NavigationRestrictions`](#NavigationRestrictions) annotation\n          is discouraged in favor of using an annotation with the corresponding term from this vocabulary and a target path starting with a container and ending in the `NavigationProperty`,\n          unless the favored alternative is impossible because a dynamic expression requires an instance path whose evaluation\n          starts at the target of the `NavigationRestrictions` annotation. See [this example](../examples/Org.OData.Capabilities.V1.capabilities.md).",
            "NavigationProperty": {
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "Navigation properties can be navigated",
                "@Core.LongDescription": "The target path of a [`NavigationRestrictions`](#NavigationRestrictions) annotation followed by this\n            navigation property path addresses the resource to which the other properties of `NavigationPropertyRestriction` apply.\n            Instance paths that occur in dynamic expressions are evaluated starting at the boundary between both paths,\n            which must therefore be chosen accordingly."
            },
            "Navigability": {
                "$Type": "Capabilities.NavigationType",
                "$Nullable": true,
                "@Core.Description": "Supported navigability of this navigation property"
            },
            "FilterFunctions": {
                "$Collection": true,
                "@Core.Description": "List of functions and operators supported in filter expressions",
                "@Core.LongDescription": "If not specified, null, or empty, all functions and operators may be attempted."
            },
            "FilterRestrictions": {
                "$Type": "Capabilities.FilterRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on filter expressions"
            },
            "SearchRestrictions": {
                "$Type": "Capabilities.SearchRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on search expressions"
            },
            "SortRestrictions": {
                "$Type": "Capabilities.SortRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on orderby expressions"
            },
            "TopSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Supports $top"
            },
            "SkipSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Supports $skip"
            },
            "SelectSupport": {
                "$Type": "Capabilities.SelectSupportType",
                "$Nullable": true,
                "@Core.Description": "Support for $select"
            },
            "IndexableByKey": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Supports key values according to OData URL conventions"
            },
            "InsertRestrictions": {
                "$Type": "Capabilities.InsertRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on insert operations"
            },
            "DeepInsertSupport": {
                "$Type": "Capabilities.DeepInsertSupportType",
                "$Nullable": true,
                "@Core.Description": "Deep Insert Support of the annotated resource (the whole service, an entity set, or a collection-valued resource)"
            },
            "UpdateRestrictions": {
                "$Type": "Capabilities.UpdateRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on update operations"
            },
            "DeepUpdateSupport": {
                "$Type": "Capabilities.DeepUpdateSupportType",
                "$Nullable": true,
                "@Core.Description": "Deep Update Support of the annotated resource (the whole service, an entity set, or a collection-valued resource)"
            },
            "DeleteRestrictions": {
                "$Type": "Capabilities.DeleteRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on delete operations"
            },
            "OptimisticConcurrencyControl": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Data modification (including insert) along this navigation property requires the use of ETags"
            },
            "ReadRestrictions": {
                "$Type": "Capabilities.ReadRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions for retrieving entities"
            }
        },
        "NavigationType": {
            "$Kind": "EnumType",
            "Recursive": 0,
            "Recursive@Core.Description": "Navigation properties can be recursively navigated",
            "Single": 1,
            "Single@Core.Description": "Navigation properties can be navigated to a single level",
            "None": 2,
            "None@Core.Description": "Navigation properties are not navigable"
        },
        "IndexableByKey": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Supports key values according to OData URL conventions"
        },
        "TopSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Supports $top"
        },
        "SkipSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Supports $skip"
        },
        "ComputeSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Supports $compute"
        },
        "SelectSupport": {
            "$Kind": "Term",
            "$Type": "Capabilities.SelectSupportType",
            "$AppliesTo": [
                "EntityContainer",
                "EntitySet",
                "Singleton",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Support for $select and nested query options within $select"
        },
        "SelectSupportType": {
            "$Kind": "ComplexType",
            "Supported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Supports $select"
            },
            "InstanceAnnotationsSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Supports instance annotations in $select list"
            },
            "Expandable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$expand within $select is supported"
            },
            "Filterable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$filter within $select is supported"
            },
            "Searchable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$search within $select is supported"
            },
            "TopSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$top within $select is supported"
            },
            "SkipSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$skip within $select is supported"
            },
            "ComputeSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$compute within $select is supported"
            },
            "Countable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$count within $select is supported"
            },
            "Sortable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$orderby within $select is supported"
            }
        },
        "BatchSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Supports $batch requests. Services that apply the BatchSupported term should also apply the more comprehensive BatchSupport term."
        },
        "BatchSupport": {
            "$Kind": "Term",
            "$Type": "Capabilities.BatchSupportType",
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Batch Support for the service"
        },
        "BatchSupportType": {
            "$Kind": "ComplexType",
            "@Validation.ApplicableTerms": [
                "Core.Description",
                "Core.LongDescription"
            ],
            "Supported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Service supports requests to $batch"
            },
            "ContinueOnErrorSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Service supports the `continue-on-error` preference",
                "@Core.LongDescription": "When the client specifies the `continue-on-error` preference, the service applies it\n            by processing all requests according to their dependencies, regardless of the format for the $batch request."
            },
            "ReferencesInRequestBodiesSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Service supports Content-ID referencing in request bodies"
            },
            "ReferencesAcrossChangeSetsSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Service supports Content-ID referencing across change sets"
            },
            "EtagReferencesSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Service supports referencing Etags from previous requests"
            },
            "RequestDependencyConditionsSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Service supports the `if` member in JSON batch requests"
            },
            "SupportedFormats": {
                "$Collection": true,
                "@Core.Description": "Media types of supported formats for $batch",
                "@Core.IsMediaType": true,
                "@Validation.AllowedValues": [
                    {
                        "Value": "multipart/mixed",
                        "@Core.Description": "[Multipart Batch Format](http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_MultipartBatchFormat)"
                    },
                    {
                        "Value": "application/json",
                        "@Core.Description": "[JSON Batch Format](http://docs.oasis-open.org/odata/odata-json-format/v4.01/cs01/odata-json-format-v4.01-cs01.html#sec_BatchRequestsandResponses)"
                    }
                ]
            }
        },
        "FilterFunctions": {
            "$Kind": "Term",
            "$Collection": true,
            "$AppliesTo": [
                "EntityContainer",
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "List of functions and operators supported in filter expressions",
            "@Core.LongDescription": "If not specified, null, or empty, all functions and operators may be attempted."
        },
        "FilterRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.FilterRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on filter expressions"
        },
        "FilterRestrictionsBase": {
            "$Kind": "ComplexType",
            "@Validation.ApplicableTerms": [
                "Core.Description"
            ],
            "Filterable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "$filter is supported"
            },
            "RequiresFilter": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$filter is required"
            },
            "MaxLevels": {
                "$Type": "Edm.Int32",
                "$DefaultValue": -1,
                "@Core.Description": "The maximum number of levels (including recursion) that can be traversed in a filter expression. A value of -1 indicates there is no restriction."
            }
        },
        "FilterRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.FilterRestrictionsBase",
            "RequiredProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These properties must be specified in the $filter clause (properties of derived types are not allowed here)"
            },
            "NonFilterableProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These structural properties cannot be used in filter expressions"
            },
            "FilterExpressionRestrictions": {
                "$Collection": true,
                "$Type": "Capabilities.FilterExpressionRestrictionType",
                "@Core.Description": "These properties only allow a subset of filter expressions. A valid filter expression for a single property can be enclosed in parentheses and combined by `and` with valid expressions for other properties."
            }
        },
        "FilterExpressionRestrictionType": {
            "$Kind": "ComplexType",
            "Property": {
                "$Type": "Edm.PropertyPath",
                "$Nullable": true,
                "@Core.Description": "Path to the restricted property"
            },
            "AllowedExpressions": {
                "$Type": "Capabilities.FilterExpressionType",
                "$Nullable": true,
                "@Core.Description": "Allowed subset of expressions"
            }
        },
        "FilterExpressionType": {
            "$Kind": "TypeDefinition",
            "$UnderlyingType": "Edm.String",
            "@Validation.AllowedValues": [
                {
                    "Value": "SingleValue",
                    "@Core.Description": "Property can be used in a single `eq` clause"
                },
                {
                    "Value": "MultiValue",
                    "@Core.Description": "Property can be used in multiple `eq` and `in` clauses, combined by `or` (which is logically equivalent to a single `in` clause)"
                },
                {
                    "Value": "SingleRange",
                    "@Core.Description": "Property can be compared to a single closed, half-open, or open interval",
                    "@Core.LongDescription": "The filter expression for this property consists of a single interval expression, which is either a single comparison of the property and a literal value with `eq`, `le`, `lt`, `ge`, or `gt`, or a pair of boundaries combined by `and`. The lower boundary is either `ge` or `gt`, the upper boundary either `le` or `lt`."
                },
                {
                    "Value": "MultiRange",
                    "@Core.Description": "Property can be compared to a union of one or more closed, half-open, or open intervals",
                    "@Core.LongDescription": "The filter expression for this property consists of one or more interval expressions, combined by `or`. See SingleRange for the definition of an interval expression.\n\n                Alternatively the filter expression can consist of one or more `ne` expressions combined by `and`, which is roughly equivalent to the union of the complementing open intervals. Roughly equivalent because `null` is allowed as a right-side operand of an `ne` expression."
                },
                {
                    "Value": "SearchExpression",
                    "@Core.Description": "String property can be used as first operand in one or more `startswith`, `endswith`, and `contains` clauses, combined by `or`"
                },
                {
                    "Value": "MultiRangeOrSearchExpression",
                    "@Core.Description": "Property can be compared to a union of zero or more closed, half-open, or open intervals plus zero or more simple string patterns",
                    "@Core.LongDescription": "The filter expression for this property consists of one or more interval expressions or string comparison functions combined by `or`. See SingleRange for the definition of an interval expression. See SearchExpression for the allowed string comparison functions."
                }
            ]
        },
        "SortRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.SortRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on orderby expressions"
        },
        "SortRestrictionsBase": {
            "$Kind": "ComplexType",
            "@Validation.ApplicableTerms": [
                "Core.Description"
            ],
            "Sortable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "$orderby is supported"
            }
        },
        "SortRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.SortRestrictionsBase",
            "AscendingOnlyProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These properties can only be used for sorting in Ascending order"
            },
            "DescendingOnlyProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These properties can only be used for sorting in Descending order"
            },
            "NonSortableProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These structural properties cannot be used in orderby expressions"
            }
        },
        "ExpandRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.ExpandRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Singleton",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on expand expressions"
        },
        "ExpandRestrictionsBase": {
            "$Kind": "ComplexType",
            "@Validation.ApplicableTerms": [
                "Core.Description"
            ],
            "Expandable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "$expand is supported"
            },
            "StreamsExpandable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "$expand is supported for stream properties and media streams"
            },
            "MaxLevels": {
                "$Type": "Edm.Int32",
                "$DefaultValue": -1,
                "@Core.Description": "The maximum number of levels that can be expanded in a expand expression. A value of -1 indicates there is no restriction."
            }
        },
        "ExpandCollectionRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.ExpandRestrictionsBase",
            "ExpandByKeyRestrictions": {
                "$Type": "Capabilities.ExpandByKeyRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on expand expressions when accessed by key",
                "@Core.LongDescription": "Restrictions on expand expressions when accessing a member of the collection by key. \n          SHOULD be Null (or unspecified) for single-valued targets. If Null for collection-valued targets, then the same expand capabilities \n          when accessing the collection apply when accessing an instance within the collection by key. Different non-expandable navigation or\n          stream properties from the target collection can be specified by providing an instance of the derived `ExpandByKeyRestrictionsType`. \n          Otherwise, the same set of non-expandable navigation and stream properties \n          specified for the collection apply when accessing an instance within the collection by key."
            }
        },
        "ExpandRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.ExpandCollectionRestrictionsType",
            "NonExpandableProperties": {
                "$Collection": true,
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "These properties cannot be used in expand expressions"
            },
            "NonExpandableStreamProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These stream properties cannot be used in expand expressions"
            }
        },
        "ExpandByKeyRestrictionsBase": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.ExpandRestrictionsBase"
        },
        "ExpandByKeyRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.ExpandByKeyRestrictionsBase",
            "NonExpandableProperties": {
                "$Collection": true,
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "These properties cannot be used in expand expressions when accessing by key"
            },
            "NonExpandableStreamProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These stream properties cannot be used in expand expressions when accessing by key"
            }
        },
        "SearchRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.SearchRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on search expressions"
        },
        "SearchRestrictionsType": {
            "$Kind": "ComplexType",
            "@Validation.ApplicableTerms": [
                "Core.Description"
            ],
            "Searchable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "$search is supported"
            },
            "UnsupportedExpressions": {
                "$Type": "Capabilities.SearchExpressions",
                "$DefaultValue": "none",
                "@Core.Description": "Expressions not supported in $search"
            }
        },
        "SearchExpressions": {
            "$Kind": "EnumType",
            "$IsFlags": true,
            "none": 0,
            "none@Core.Description": "Single search term",
            "AND": 1,
            "AND@Core.Description": "Multiple search terms, optionally separated by `AND`",
            "OR": 2,
            "OR@Core.Description": "Multiple search terms separated by `OR`",
            "NOT": 4,
            "NOT@Core.Description": "Search terms preceded by `NOT`",
            "phrase": 8,
            "phrase@Core.Description": "Search phrases enclosed in double quotes",
            "group": 16,
            "group@Core.Description": "Precedence grouping of search expressions with parentheses"
        },
        "KeyAsSegmentSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Supports [key-as-segment convention](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_KeyasSegmentConvention) for addressing entities within a collection"
        },
        "QuerySegmentSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Supports [passing query options in the request body](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_PassingQueryOptionsintheRequestBody)"
        },
        "InsertRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.InsertRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on insert operations"
        },
        "InsertRestrictionsBase": {
            "$Kind": "ComplexType",
            "Insertable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Entities can be inserted"
            },
            "MaxLevels": {
                "$Type": "Edm.Int32",
                "$DefaultValue": -1,
                "@Core.Description": "The maximum number of navigation properties that can be traversed when addressing the collection to insert into. A value of -1 indicates there is no restriction."
            },
            "TypecastSegmentSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Entities of a specific derived type can be created by specifying a type-cast segment"
            },
            "QueryOptions": {
                "$Type": "Capabilities.ModificationQueryOptionsType",
                "$Nullable": true,
                "@Core.Description": "Support for query options with insert requests"
            },
            "CustomHeaders": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom headers"
            },
            "CustomQueryOptions": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom query options"
            },
            "Description": {
                "$Nullable": true,
                "@Core.Description": "A brief description of the request",
                "@Core.IsLanguageDependent": true
            },
            "LongDescription": {
                "$Nullable": true,
                "@Core.Description": "A long description of the request",
                "@Core.IsLanguageDependent": true
            },
            "ErrorResponses": {
                "$Collection": true,
                "$Type": "Capabilities.HttpResponse",
                "@Core.Description": "Possible error responses returned by the request."
            }
        },
        "InsertRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.InsertRestrictionsBase",
            "NonInsertableProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These structural properties cannot be specified on insert"
            },
            "NonInsertableNavigationProperties": {
                "$Collection": true,
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "These navigation properties do not allow deep inserts"
            },
            "RequiredProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These structural properties must be specified on insert"
            },
            "Permissions": {
                "$Collection": true,
                "$Type": "Capabilities.PermissionType",
                "$Nullable": true,
                "@Core.Description": "Required permissions. One of the specified sets of scopes is required to perform the insert."
            }
        },
        "PermissionType": {
            "$Kind": "ComplexType",
            "SchemeName": {
                "$Type": "Authorization.SchemeName",
                "@Core.Description": "Authorization flow scheme name"
            },
            "Scopes": {
                "$Collection": true,
                "$Type": "Capabilities.ScopeType",
                "@Core.Description": "List of scopes that can provide access to the resource"
            }
        },
        "ScopeType": {
            "$Kind": "ComplexType",
            "Scope": {
                "@Core.Description": "Name of the scope."
            },
            "RestrictedProperties": {
                "$Nullable": true,
                "@Core.Description": "Comma-separated string value of all properties that will be included or excluded when using the scope.",
                "@Core.LongDescription": "Possible string value identifiers when specifying properties are `*`, _PropertyName_, `-`_PropertyName_.\n\n`*` denotes all properties are accessible.\n\n`-`_PropertyName_ excludes that specific property.\n\n_PropertyName_ explicitly provides access to the specific property.\n\nThe absence of `RestrictedProperties` denotes all properties are accessible using that scope."
            }
        },
        "DeepInsertSupport": {
            "$Kind": "Term",
            "$Type": "Capabilities.DeepInsertSupportType",
            "$Nullable": true,
            "$AppliesTo": [
                "EntityContainer",
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@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": "Annotation target supports deep inserts"
            },
            "ContentIDSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Annotation target supports accepting and returning nested entities annotated with the `Core.ContentID` instance annotation."
            }
        },
        "UpdateRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.UpdateRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Singleton",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on update operations"
        },
        "UpdateRestrictionsBase": {
            "$Kind": "ComplexType",
            "Updatable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Entities can be updated"
            },
            "Upsertable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Entities can be upserted"
            },
            "DeltaUpdateSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Entities can be inserted, updated, and deleted via a PATCH request with a delta payload"
            },
            "UpdateMethod": {
                "$Type": "Capabilities.HttpMethod",
                "$Nullable": true,
                "@Core.Description": "Supported HTTP Methods (PUT or PATCH) for updating an entity.  If null, PATCH SHOULD be supported and PUT MAY be supported."
            },
            "FilterSegmentSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Members of collections can be updated via a PATCH request with a `/$filter(...)/$each` segment"
            },
            "TypecastSegmentSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Members of collections can be updated via a PATCH request with a type-cast segment and a `/$each` segment"
            },
            "MaxLevels": {
                "$Type": "Edm.Int32",
                "$DefaultValue": -1,
                "@Core.Description": "The maximum number of navigation properties that can be traversed when addressing the collection or entity to update. A value of -1 indicates there is no restriction."
            },
            "Permissions": {
                "$Collection": true,
                "$Type": "Capabilities.PermissionType",
                "$Nullable": true,
                "@Core.Description": "Required permissions. One of the specified sets of scopes is required to perform the update."
            },
            "QueryOptions": {
                "$Type": "Capabilities.ModificationQueryOptionsType",
                "$Nullable": true,
                "@Core.Description": "Support for query options with update requests"
            },
            "CustomHeaders": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom headers"
            },
            "CustomQueryOptions": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom query options"
            },
            "Description": {
                "$Nullable": true,
                "@Core.Description": "A brief description of the request",
                "@Core.IsLanguageDependent": true
            },
            "LongDescription": {
                "$Nullable": true,
                "@Core.Description": "A long description of the request",
                "@Core.IsLanguageDependent": true
            },
            "ErrorResponses": {
                "$Collection": true,
                "$Type": "Capabilities.HttpResponse",
                "@Core.Description": "Possible error responses returned by the request."
            }
        },
        "UpdateRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.UpdateRestrictionsBase",
            "NonUpdatableProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These structural properties cannot be specified on update"
            },
            "NonUpdatableNavigationProperties": {
                "$Collection": true,
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "These navigation properties do not allow rebinding"
            },
            "RequiredProperties": {
                "$Collection": true,
                "$Type": "Edm.PropertyPath",
                "@Core.Description": "These structural properties must be specified on update"
            }
        },
        "HttpMethod": {
            "$Kind": "EnumType",
            "$IsFlags": true,
            "GET": 1,
            "GET@Core.Description": "The HTTP GET Method",
            "PATCH": 2,
            "PATCH@Core.Description": "The HTTP PATCH Method",
            "PUT": 4,
            "PUT@Core.Description": "The HTTP PUT Method",
            "POST": 8,
            "POST@Core.Description": "The HTTP POST Method",
            "DELETE": 16,
            "DELETE@Core.Description": "The HTTP DELETE Method",
            "OPTIONS": 32,
            "OPTIONS@Core.Description": "The HTTP OPTIONS Method",
            "HEAD": 64,
            "HEAD@Core.Description": "The HTTP HEAD Method"
        },
        "DeepUpdateSupport": {
            "$Kind": "Term",
            "$Type": "Capabilities.DeepUpdateSupportType",
            "$AppliesTo": [
                "EntityContainer",
                "EntitySet",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Deep Update Support of the annotated resource (the whole service, an entity set, or a collection-valued resource)"
        },
        "DeepUpdateSupportType": {
            "$Kind": "ComplexType",
            "Supported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Annotation target supports deep updates"
            },
            "ContentIDSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Annotation target supports accepting and returning nested entities annotated with the `Core.ContentID` instance annotation."
            }
        },
        "DeleteRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.DeleteRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Singleton",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions on delete operations"
        },
        "DeleteRestrictionsBase": {
            "$Kind": "ComplexType",
            "Deletable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Entities can be deleted"
            },
            "MaxLevels": {
                "$Type": "Edm.Int32",
                "$DefaultValue": -1,
                "@Core.Description": "The maximum number of navigation properties that can be traversed when addressing the collection to delete from or the entity to delete. A value of -1 indicates there is no restriction."
            },
            "FilterSegmentSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Members of collections can be deleted via a DELETE request with a `/$filter(...)/$each` segment"
            },
            "TypecastSegmentSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Members of collections can be deleted via a DELETE request with a type-cast segment and a `/$each` segment"
            },
            "Permissions": {
                "$Collection": true,
                "$Type": "Capabilities.PermissionType",
                "$Nullable": true,
                "@Core.Description": "Required permissions. One of the specified sets of scopes is required to perform the delete."
            },
            "CustomHeaders": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom headers"
            },
            "CustomQueryOptions": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom query options"
            },
            "Description": {
                "$Nullable": true,
                "@Core.Description": "A brief description of the request",
                "@Core.IsLanguageDependent": true
            },
            "LongDescription": {
                "$Nullable": true,
                "@Core.Description": "A long description of the request",
                "@Core.IsLanguageDependent": true
            },
            "ErrorResponses": {
                "$Collection": true,
                "$Type": "Capabilities.HttpResponse",
                "@Core.Description": "Possible error responses returned by the request."
            }
        },
        "DeleteRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.DeleteRestrictionsBase",
            "NonDeletableNavigationProperties": {
                "$Collection": true,
                "$Type": "Edm.NavigationPropertyPath",
                "@Core.Description": "These navigation properties do not allow DeleteLink requests"
            }
        },
        "CollectionPropertyRestrictions": {
            "$Kind": "Term",
            "$Collection": true,
            "$Type": "Capabilities.CollectionPropertyRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Singleton"
            ],
            "@Core.Description": "Describes restrictions on operations applied to collection-valued structural properties"
        },
        "CollectionPropertyRestrictionsType": {
            "$Kind": "ComplexType",
            "CollectionProperty": {
                "$Type": "Edm.PropertyPath",
                "$Nullable": true,
                "@Core.Description": "Restricted Collection-valued property"
            },
            "FilterFunctions": {
                "$Collection": true,
                "@Core.Description": "List of functions and operators supported in filter expressions",
                "@Core.LongDescription": "If not specified, null, or empty, all functions and operators may be attempted."
            },
            "FilterRestrictions": {
                "$Type": "Capabilities.FilterRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on filter expressions"
            },
            "SearchRestrictions": {
                "$Type": "Capabilities.SearchRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on search expressions"
            },
            "SortRestrictions": {
                "$Type": "Capabilities.SortRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on orderby expressions"
            },
            "TopSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Supports $top"
            },
            "SkipSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Supports $skip"
            },
            "SelectSupport": {
                "$Type": "Capabilities.SelectSupportType",
                "$Nullable": true,
                "@Core.Description": "Support for $select"
            },
            "Insertable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Members can be inserted into this collection",
                "@Core.LongDescription": "If additionally annotated with [Core.PositionalInsert](Org.OData.Core.V1.md#PositionalInsert), members can be inserted at a specific position"
            },
            "Updatable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Members of this ordered collection can be updated by ordinal"
            },
            "Deletable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Members of this ordered collection can be deleted by ordinal"
            }
        },
        "OperationRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.OperationRestrictionsType",
            "$AppliesTo": [
                "Action",
                "Function"
            ],
            "@Core.Description": "Restrictions for function or action operation"
        },
        "OperationRestrictionsType": {
            "$Kind": "ComplexType",
            "FilterSegmentSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Bound action or function can be invoked on a collection-valued binding parameter path with a `/$filter(...)` segment"
            },
            "Permissions": {
                "$Collection": true,
                "$Type": "Capabilities.PermissionType",
                "$Nullable": true,
                "@Core.Description": "Required permissions. One of the specified sets of scopes is required to invoke an action or function"
            },
            "CustomHeaders": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom headers"
            },
            "CustomQueryOptions": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom query options"
            },
            "ErrorResponses": {
                "$Collection": true,
                "$Type": "Capabilities.HttpResponse",
                "@Core.Description": "Possible error responses returned by the request."
            }
        },
        "AnnotationValuesInQuerySupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Supports annotation values within system query options"
        },
        "ModificationQueryOptions": {
            "$Kind": "Term",
            "$Type": "Capabilities.ModificationQueryOptionsType",
            "$AppliesTo": [
                "EntityContainer",
                "Action",
                "ActionImport"
            ],
            "@Core.Description": "Support for query options with modification requests (insert, update, action invocation)"
        },
        "ModificationQueryOptionsType": {
            "$Kind": "ComplexType",
            "ExpandSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Supports $expand with modification requests"
            },
            "SelectSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Supports $select with modification requests"
            },
            "ComputeSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Supports $compute with modification requests"
            },
            "FilterSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Supports $filter with modification requests"
            },
            "SearchSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Supports $search with modification requests"
            },
            "SortSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "Supports $orderby with modification requests"
            }
        },
        "ReadRestrictions": {
            "$Kind": "Term",
            "$Type": "Capabilities.ReadRestrictionsType",
            "$AppliesTo": [
                "EntitySet",
                "Singleton",
                "Collection"
            ],
            "@Core.AppliesViaContainer": true,
            "@Core.Description": "Restrictions for retrieving a collection of entities, retrieving a singleton instance."
        },
        "ReadRestrictionsBase": {
            "$Kind": "ComplexType",
            "$Abstract": true,
            "Readable": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Entities can be retrieved"
            },
            "Permissions": {
                "$Collection": true,
                "$Type": "Capabilities.PermissionType",
                "$Nullable": true,
                "@Core.Description": "Required permissions. One of the specified sets of scopes is required to read."
            },
            "CustomHeaders": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom headers"
            },
            "CustomQueryOptions": {
                "$Collection": true,
                "$Type": "Capabilities.CustomParameter",
                "@Core.Description": "Supported or required custom query options"
            },
            "Description": {
                "$Nullable": true,
                "@Core.Description": "A brief description of the request",
                "@Core.IsLanguageDependent": true
            },
            "LongDescription": {
                "$Nullable": true,
                "@Core.Description": "A long description of the request",
                "@Core.IsLanguageDependent": true
            },
            "ErrorResponses": {
                "$Collection": true,
                "$Type": "Capabilities.HttpResponse",
                "@Core.Description": "Possible error responses returned by the request."
            }
        },
        "ReadByKeyRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.ReadRestrictionsBase",
            "@Core.Description": "Restrictions for retrieving an entity by key"
        },
        "ReadRestrictionsType": {
            "$Kind": "ComplexType",
            "$BaseType": "Capabilities.ReadRestrictionsBase",
            "TypecastSegmentSupported": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": true,
                "@Core.Description": "Entities of a specific derived type can be read by specifying a type-cast segment"
            },
            "ReadByKeyRestrictions": {
                "$Type": "Capabilities.ReadByKeyRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions for retrieving an entity by key",
                "@Core.LongDescription": "Only valid when applied to a collection. If a property of `ReadByKeyRestrictions` is not specified, the corresponding property value of `ReadRestrictions` applies."
            }
        },
        "CustomHeaders": {
            "$Kind": "Term",
            "$Collection": true,
            "$Type": "Capabilities.CustomParameter",
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Custom headers that are supported/required for the annotated resource",
            "@Core.Example": {
                "@Capabilities.CustomHeaders": [
                    {
                        "Name": "X-CSRF-Token",
                        "Description": "Token to protect against Cross-Site Request Forgery attacks",
                        "DocumentationURL": "https://help.sap.com/viewer/68bf513362174d54b58cddec28794093/7.51.1/en-US/b35c22518bc72214e10000000a44176d.html",
                        "Required": true,
                        "ExampleValues": [
                            {
                                "Value": "Fetch",
                                "Description": "Can be used on HEAD request to the service document for obtaining a new CSRF token. This token must then be sent in subsequent requests to resources of the service."
                            }
                        ]
                    }
                ]
            }
        },
        "CustomQueryOptions": {
            "$Kind": "Term",
            "$Collection": true,
            "$Type": "Capabilities.CustomParameter",
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Custom query options that are supported/required for the annotated resource",
            "@Core.LongDescription": "If the entity container is annotated, the query option is supported/required by all resources in that container.",
            "@Core.Example": {
                "@Capabilities.CustomQueryOptions": [
                    {
                        "Name": "odata-debug",
                        "Description": "Debug support for OData services",
                        "DocumentationURL": "https://olingo.apache.org/doc/odata2/tutorials/debug.html",
                        "Required": false,
                        "ExampleValues": [
                            {
                                "Value": "html",
                                "Description": "Service responds with self-contained HTML document that can conveniently viewed in a browser and gives access to the response body, response headers, URL parsing information, and stack trace"
                            },
                            {
                                "Value": "json",
                                "Description": "Service responds with JSON document that contains the same information as the HTML debug response"
                            }
                        ]
                    }
                ]
            }
        },
        "CustomParameter": {
            "$Kind": "ComplexType",
            "@Core.Description": "A custom parameter is either a header or a query option",
            "@Core.LongDescription": "The type of a custom parameter is always a string. Restrictions on the parameter values can be expressed by annotating the record expression describing the parameter with terms from the Validation vocabulary, e.g. Validation.Pattern or Validation.AllowedValues.",
            "Name": {
                "@Core.Description": "Name of the custom parameter"
            },
            "Description": {
                "$Nullable": true,
                "@Core.Description": "Description of the custom parameter"
            },
            "DocumentationURL": {
                "$Nullable": true,
                "@Core.IsURL": true,
                "@Core.Description": "URL of related documentation"
            },
            "Required": {
                "$Type": "Edm.Boolean",
                "$DefaultValue": false,
                "@Core.Description": "true: parameter is required, false or not specified: parameter is optional"
            },
            "ExampleValues": {
                "$Collection": true,
                "$Type": "Core.PrimitiveExampleValue",
                "@Core.Description": "Example values for the custom parameter"
            }
        },
        "MediaLocationUpdateSupported": {
            "$Kind": "Term",
            "$Type": "Core.Tag",
            "$DefaultValue": true,
            "$AppliesTo": [
                "EntityType",
                "Property"
            ],
            "@Core.RequiresType": "Edm.Stream",
            "@Core.Description": "Stream property or media stream supports update of its media edit URL and/or media read URL"
        },
        "DefaultCapabilities": {
            "$Kind": "Term",
            "$Type": "Capabilities.DefaultCapabilitiesType",
            "$AppliesTo": [
                "EntityContainer"
            ],
            "@Core.Description": "Default capability settings for all collection-valued resources in the container",
            "@Core.LongDescription": "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:\n- Primitive or collection-valued properties specified in the specific capability term replace the corresponding properties specified in `DefaultCapabilities`\n- Complex-valued properties specified in the specific capability term override the corresponding properties specified in `DefaultCapabilities` using PATCH semantics recursively\n- Properties specified neither in the specific term nor in `DefaultCapabilities` have their default value"
        },
        "DefaultCapabilitiesType": {
            "$Kind": "ComplexType",
            "ChangeTracking": {
                "$Type": "Capabilities.ChangeTrackingBase",
                "$Nullable": true,
                "@Core.Description": "Change tracking capabilities"
            },
            "CountRestrictions": {
                "$Type": "Capabilities.CountRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on /$count path suffix and $count=true system query option"
            },
            "IndexableByKey": {
                "$Type": "Core.Tag",
                "$Nullable": true,
                "@Core.Description": "Supports key values according to OData URL conventions"
            },
            "TopSupported": {
                "$Type": "Core.Tag",
                "$Nullable": true,
                "@Core.Description": "Supports $top"
            },
            "SkipSupported": {
                "$Type": "Core.Tag",
                "$Nullable": true,
                "@Core.Description": "Supports $skip"
            },
            "ComputeSupported": {
                "$Type": "Core.Tag",
                "$Nullable": true,
                "@Core.Description": "Supports $compute"
            },
            "SelectSupport": {
                "$Type": "Capabilities.SelectSupportType",
                "$Nullable": true,
                "@Core.Description": "Support for $select and nested query options within $select"
            },
            "FilterRestrictions": {
                "$Type": "Capabilities.FilterRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on filter expressions"
            },
            "SortRestrictions": {
                "$Type": "Capabilities.SortRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on orderby expressions"
            },
            "ExpandRestrictions": {
                "$Type": "Capabilities.ExpandRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on expand expressions"
            },
            "SearchRestrictions": {
                "$Type": "Capabilities.SearchRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions on search expressions"
            },
            "InsertRestrictions": {
                "$Type": "Capabilities.InsertRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on insert operations"
            },
            "UpdateRestrictions": {
                "$Type": "Capabilities.UpdateRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on update operations"
            },
            "DeleteRestrictions": {
                "$Type": "Capabilities.DeleteRestrictionsBase",
                "$Nullable": true,
                "@Core.Description": "Restrictions on delete operations"
            },
            "OperationRestrictions": {
                "$Type": "Capabilities.OperationRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions for function or action operations"
            },
            "ReadRestrictions": {
                "$Type": "Capabilities.ReadRestrictionsType",
                "$Nullable": true,
                "@Core.Description": "Restrictions for retrieving a collection of entities, retrieving a singleton instance"
            }
        },
        "HttpResponse": {
            "$Kind": "ComplexType",
            "StatusCode": {
                "@Core.Description": "HTTP response status code, for example 400, 403, 501"
            },
            "Description": {
                "@Core.Description": "Human-readable description of the response",
                "@Core.IsLanguageDependent": true
            }
        }
    }
}