UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 23.7 kB
{"openapi":"3.0.0","info":{"description":"This Swagger was generated by the API Framework.","title":"Azure Media Services","version":"2018-06-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/mediaservices/resource-manager/Microsoft.Media/preview/2018-06-01-preview/Assets.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"mediaservices-Assets","x-tags":["Azure","Microsoft"]},"paths":{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets":{"get":{"description":"List Assets in the Media Services account with optional filtering and ordering","operationId":"Assets_List","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"$ref":"#/components/parameters/ApiVersion"},{"description":"Restricts the set of items returned.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"properties/created gt 2012-06-01 and properties/created lt 2013-07-01"}}},{"description":"Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.","in":"query","name":"$top","required":false,"schema":{"type":"integer"}},{"description":"Specifies the key by which the result collection should be ordered.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"properties/created"},"List Asset ordered by date":{"value":"properties/created"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetCollection"},"examples":{"List Asset created in a date range":{"$ref":"#/components/examples/List_Asset_created_in_a_date_range"},"List Asset ordered by date":{"$ref":"#/components/examples/List_Asset_ordered_by_date"},"List all Assets":{"$ref":"#/components/examples/List_all_Assets"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List Assets","x-ms-odata":"#/components/schemas/Asset","x-ms-pageable":{"nextLinkName":"@odata.nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}":{"delete":{"description":"Deletes an Asset in the Media Services account","operationId":"Assets_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Delete an Asset":{"value":"ClimbingMountAdams"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Delete an Asset."},"get":{"description":"Get the details of an Asset in the Media Services account","operationId":"Assets_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Get an Asset by name":{"value":"ClimbingMountAdams"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Get an Asset by name":{"$ref":"#/components/examples/Get_an_Asset_by_name"}}}}},"404":{"description":"NotFound"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Get an Asset"},"patch":{"description":"Updates an existing Asset in the Media Services account","operationId":"Assets_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Update an Asset":{"value":"ClimbingMountBaker"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Asset"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Update an Asset":{"$ref":"#/components/examples/Update_an_Asset"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Update an Asset"},"put":{"description":"Creates or updates an Asset in the Media Services account","operationId":"Assets_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Create an Asset":{"value":"ClimbingMountLogan"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Asset"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Create an Asset":{"$ref":"#/components/examples/Create_an_Asset"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Create an Asset":{"$ref":"#/components/examples/Create_an_Asset"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Create or update an Asset"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/getEncryptionKey":{"post":{"description":"Gets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API","operationId":"Assets_GetEncryptionKey","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Get Asset Storage Encryption Keys":{"value":"ClimbingMountAdams"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetStorageEncryptionKey"},"examples":{"Get Asset Storage Encryption Keys":{"$ref":"#/components/examples/Get_Asset_Storage_Encryption_Keys"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Gets the Asset storage key"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/listContainerSas":{"post":{"description":"Lists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content. The signatures are derived from the storage account keys.","operationId":"Assets_ListContainerSas","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"List Asset SAS URLs":{"value":"ClimbingMountBaker"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListContainerSasInput"}}},"description":"The request parameters","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetContainerSas"},"examples":{"List Asset SAS URLs":{"$ref":"#/components/examples/List_Asset_SAS_URLs"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List the Asset URLs"}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_Asset_created_in_a_date_range":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainier","name":"ClimbingMountRainier","properties":{"alternateId":"CLIMB00001","assetId":"f8eea45c-b814-44c2-9c42-a5174ebdee4c","created":"2012-11-01T00:00:00Z","description":"A documentary showing the ascent of Mount Rainier","lastModified":"2012-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}]}},"List_Asset_ordered_by_date":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountBaker","name":"ClimbingMountBaker","properties":{"alternateId":"CLIMB00004","assetId":"89af1750-e681-4fbe-8c4c-9a5567867a6b","created":"2011-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Baker","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingLittleTahoma","name":"ClimbingLittleTahoma","properties":{"alternateId":"CLIMB00003","assetId":"e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe","created":"2012-04-01T00:00:00Z","description":"A documentary showing the ascent of Little Tahoma","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainier","name":"ClimbingMountRainier","properties":{"alternateId":"CLIMB00001","assetId":"f8eea45c-b814-44c2-9c42-a5174ebdee4c","created":"2012-11-01T00:00:00Z","description":"A documentary showing the ascent of Mount Rainier","lastModified":"2012-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}]}},"List_all_Assets":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingLittleTahoma","name":"ClimbingLittleTahoma","properties":{"alternateId":"CLIMB00003","assetId":"e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe","created":"2012-04-01T00:00:00Z","description":"A documentary showing the ascent of Little Tahoma","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountBaker","name":"ClimbingMountBaker","properties":{"alternateId":"CLIMB00004","assetId":"89af1750-e681-4fbe-8c4c-9a5567867a6b","created":"2011-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Baker","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainier","name":"ClimbingMountRainier","properties":{"alternateId":"CLIMB00001","assetId":"f8eea45c-b814-44c2-9c42-a5174ebdee4c","created":"2012-11-01T00:00:00Z","description":"A documentary showing the ascent of Mount Rainier","lastModified":"2012-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}]}},"Get_an_Asset_by_name":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}},"Update_an_Asset":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountBaker","name":"ClimbingMountBaker","properties":{"alternateId":"CLIMB00004","assetId":"89af1750-e681-4fbe-8c4c-9a5567867a6b","created":"2011-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Baker in HD","lastModified":"2018-05-31T21:08:48.143Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}},"Create_an_Asset":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountLogan","name":"ClimbingMountLogan","properties":{"assetId":"6b4ec0a2-546f-4cc2-a000-6a46f9aec67f","created":"2018-05-31T21:08:47.903Z","description":"A documentary showing the ascent of Mount Logan","lastModified":"2018-05-31T21:08:47.903Z","storageAccountName":"storage0","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}},"Get_Asset_Storage_Encryption_Keys":{"value":{}},"List_Asset_SAS_URLs":{"value":{"assetContainerSasUrls":["https://storage0.blob.core.windows.net/asset-89af1750-e681-4fbe-8c4c-9a5567867a6b?sr=b&sig=<secret-value-from-key-1>&se=2018-01-01T10:00:00Z&sp=lrw","https://storage0.blob.core.windows.net/asset-89af1750-e681-4fbe-8c4c-9a5567867a6b?sr=b&sig=<secret-value-from-key-2>&se=2018-01-01T10:00:00Z&sp=lrw"]}}},"parameters":{"ApiVersion":{"description":"The Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"2018-06-01-preview"},"List Asset ordered by date":{"value":"2018-06-01-preview"},"List all Assets":{"value":"2018-06-01-preview"},"Delete an Asset":{"value":"2018-06-01-preview"},"Get an Asset by name":{"value":"2018-06-01-preview"},"Update an Asset":{"value":"2018-06-01-preview"},"Create an Asset":{"value":"2018-06-01-preview"},"Get Asset Storage Encryption Keys":{"value":"2018-06-01-preview"},"List Asset SAS URLs":{"value":"2018-06-01-preview"}}},"MediaServicesAccountName":{"description":"The Media Services account name.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"contosomedia"},"List Asset ordered by date":{"value":"contosomedia"},"List all Assets":{"value":"contosomedia"},"Delete an Asset":{"value":"contosomedia"},"Get an Asset by name":{"value":"contosomedia"},"Update an Asset":{"value":"contosomedia"},"Create an Asset":{"value":"contosomedia"},"Get Asset Storage Encryption Keys":{"value":"contosomedia"},"List Asset SAS URLs":{"value":"contosomedia"}}},"ResourceGroupName":{"description":"The name of the resource group within the Azure subscription.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"contoso"},"List Asset ordered by date":{"value":"contoso"},"List all Assets":{"value":"contoso"},"Delete an Asset":{"value":"contoso"},"Get an Asset by name":{"value":"contoso"},"Update an Asset":{"value":"contoso"},"Create an Asset":{"value":"contoso"},"Get Asset Storage Encryption Keys":{"value":"contoso"},"List Asset SAS URLs":{"value":"contoso"}}},"SubscriptionId":{"description":"The unique identifier for a Microsoft Azure subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"00000000-0000-0000-0000-000000000000"},"List Asset ordered by date":{"value":"00000000-0000-0000-0000-000000000000"},"List all Assets":{"value":"00000000-0000-0000-0000-000000000000"},"Delete an Asset":{"value":"00000000-0000-0000-0000-000000000000"},"Get an Asset by name":{"value":"00000000-0000-0000-0000-000000000000"},"Update an Asset":{"value":"00000000-0000-0000-0000-000000000000"},"Create an Asset":{"value":"00000000-0000-0000-0000-000000000000"},"Get Asset Storage Encryption Keys":{"value":"00000000-0000-0000-0000-000000000000"},"List Asset SAS URLs":{"value":"00000000-0000-0000-0000-000000000000"}}}},"requestBodies":{"Asset":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"}}},"description":"The request parameters","required":true}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"Impersonate your user account"}}}}},"schemas":{"ApiError":{"description":"The API error.","properties":{"error":{"$ref":"#/components/schemas/ODataError"}},"type":"object"},"Asset":{"allOf":[{"allOf":[{"description":"The core properties of ARM resources.","properties":{"id":{"description":"Fully qualified resource ID for the resource.","readOnly":true,"type":"string"},"name":{"description":"The name of the resource.","readOnly":true,"type":"string"},"type":{"description":"The type of the resource.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"The resource model definition for a ARM proxy resource."}],"description":"An Asset.","properties":{"properties":{"$ref":"#/components/schemas/AssetProperties"}},"type":"object"},"AssetCollection":{"description":"A collection of Asset items.","properties":{"@odata.nextLink":{"description":"A link to the next page of the collection (when the collection contains too many results to return in one response).","type":"string"},"value":{"description":"A collection of Asset items.","items":{"$ref":"#/components/schemas/Asset"},"type":"array"}},"type":"object"},"AssetContainerSas":{"description":"The Asset Storage container SAS URLs.","properties":{"assetContainerSasUrls":{"description":"The list of Asset container SAS URLs.","items":{"type":"string"},"type":"array"}},"type":"object"},"AssetProperties":{"description":"The Asset properties.","properties":{"alternateId":{"description":"The alternate ID of the Asset.","type":"string"},"assetId":{"description":"The Asset ID.","format":"uuid","readOnly":true,"type":"string","nullable":false},"container":{"description":"The name of the asset blob container.","type":"string"},"created":{"description":"The creation date of the Asset.","format":"date-time","readOnly":true,"type":"string","nullable":false},"description":{"description":"The Asset description.","type":"string"},"lastModified":{"description":"The last modified date of the Asset.","format":"date-time","readOnly":true,"type":"string","nullable":false},"storageAccountName":{"description":"The name of the storage account.","type":"string"},"storageEncryptionFormat":{"description":"The Asset encryption format. One of None or MediaStorageEncryption.","enum":["None","MediaStorageClientEncryption"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsExtensible":true,"name":"AssetStorageEncryptionFormat","values":[{"description":"The Asset does not use client-side storage encryption (this is the only allowed value for new Assets).","value":"None"},{"description":"The Asset is encrypted with Media Services client-side encryption.","value":"MediaStorageClientEncryption"}]},"nullable":false}},"type":"object"},"AssetStorageEncryptionKey":{"description":"The Asset Storage encryption key.","properties":{"storageEncryptionKey":{"description":"The Asset storage encryption key.","type":"string"}},"type":"object"},"ListContainerSasInput":{"description":"The parameters to the list SAS request.","properties":{"expiryTime":{"description":"The SAS URL expiration time. This must be less than 24 hours from the current time.","format":"date-time","type":"string"},"permissions":{"description":"The permissions to set on the SAS URL.","enum":["Read","ReadWrite","ReadWriteDelete"],"type":"string","x-ms-enum":{"modelAsExtensible":true,"name":"AssetContainerPermission","values":[{"description":"The SAS URL will allow read access to the container.","value":"Read"},{"description":"The SAS URL will allow read and write access to the container.","value":"ReadWrite"},{"description":"The SAS URL will allow read, write and delete access to the container.","value":"ReadWriteDelete"}]}}},"type":"object"},"ODataError":{"description":"Information about an error.","properties":{"code":{"description":"A language-independent error name.","type":"string"},"details":{"description":"The error details.","items":{"$ref":"#/components/schemas/ODataError"},"type":"array"},"message":{"description":"The error message.","type":"string"},"target":{"description":"The target of the error (for example, the name of the property in error).","type":"string"}},"type":"object"}}}}