openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 25.2 kB
JSON
{"openapi":"3.0.0","info":{"description":"Mixed Reality Resource Provider Remote Rendering Resource API","title":"Mixed Reality","version":"2019-12-02-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/mixedreality/resource-manager/Microsoft.MixedReality/preview/2019-12-02-preview/remote-rendering.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"mixedreality-remote-rendering","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts":{"get":{"description":"List Remote Rendering Accounts by Subscription","operationId":"RemoteRenderingAccounts_ListBySubscription","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List remote rendering accounts by subscription":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"List remote rendering accounts by subscription":{"value":"2019-02-28-preview"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteRenderingAccountPage"},"examples":{"List remote rendering accounts by subscription":{"$ref":"#/components/examples/List_remote_rendering_accounts_by_subscription"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Resource","Proxy"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts":{"get":{"description":"List Resources by Resource Group","operationId":"RemoteRenderingAccounts_ListByResourceGroup","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List remote rendering accounts by resource group":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Name of an Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"List remote rendering accounts by resource group":{"value":"MyResourceGroup"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"List remote rendering accounts by resource group":{"value":"2019-02-28-preview"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteRenderingAccountPage"},"examples":{"List remote rendering accounts by resource group":{"$ref":"#/components/examples/List_remote_rendering_accounts_by_resource_group"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Resource"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}":{"delete":{"description":"Delete a Remote Rendering Account.","operationId":"RemoteRenderingAccounts_Delete","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Delete remote rendering account":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Name of an Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Delete remote rendering account":{"value":"MyResourceGroup"}}},{"description":"Name of an Mixed Reality Account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Delete remote rendering account":{"value":"MyAccount"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Delete remote rendering account":{"value":"2019-02-28-preview"}}}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Resource"]},"get":{"description":"Retrieve a Remote Rendering Account.","operationId":"RemoteRenderingAccounts_Get","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Get remote rendering account":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Name of an Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Get remote rendering account":{"value":"MyResourceGroup"}}},{"description":"Name of an Mixed Reality Account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Get remote rendering account":{"value":"MyAccount"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Get remote rendering account":{"value":"2019-02-28-preview"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteRenderingAccount"},"examples":{"Get remote rendering account":{"$ref":"#/components/examples/Get_remote_rendering_account"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Resource"]},"patch":{"description":"Updating a Remote Rendering Account","operationId":"RemoteRenderingAccounts_Update","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Update remote rendering account":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Name of an Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Update remote rendering account":{"value":"MyResourceGroup"}}},{"description":"Name of an Mixed Reality Account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Update remote rendering account":{"value":"MyAccount"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Update remote rendering account":{"value":"2019-02-28-preview"}}}],"requestBody":{"$ref":"#/components/requestBodies/RemoteRenderingAccount"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteRenderingAccount"},"examples":{"Update remote rendering account":{"$ref":"#/components/examples/Update_remote_rendering_account"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Resource"]},"put":{"description":"Creating or Updating a Remote Rendering Account.","operationId":"RemoteRenderingAccounts_Create","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Create remote rendering account":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Name of an Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Create remote rendering account":{"value":"MyResourceGroup"}}},{"description":"Name of an Mixed Reality Account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Create remote rendering account":{"value":"MyAccount"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Create remote rendering account":{"value":"2019-02-28-preview"}}}],"requestBody":{"$ref":"#/components/requestBodies/RemoteRenderingAccount"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteRenderingAccount"},"examples":{"Create remote rendering account":{"$ref":"#/components/examples/Create_remote_rendering_account"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteRenderingAccount"},"examples":{"Create remote rendering account":{"$ref":"#/components/examples/Create_remote_rendering_account"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Resource"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}/keys":{"get":{"description":"Get Both of the 2 Keys of a Remote Rendering Account","operationId":"RemoteRenderingAccounts_GetKeys","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Get remote rendering account key":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Name of an Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Get remote rendering account key":{"value":"MyResourceGroup"}}},{"description":"Name of an Mixed Reality Account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Get remote rendering account key":{"value":"MyAccount"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Get remote rendering account key":{"value":"2019-02-28-preview"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"description":"Developer Keys of account","properties":{"primaryKey":{"description":"value of primary key.","readOnly":true,"type":"string"},"secondaryKey":{"description":"value of secondary key.","readOnly":true,"type":"string"}},"type":"object"},"examples":{"Get remote rendering account key":{"$ref":"#/components/examples/Get_remote_rendering_account_key"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Key"]},"post":{"description":"Regenerate specified Key of a Remote Rendering Account","operationId":"RemoteRenderingAccounts_RegenerateKeys","parameters":[{"description":"Azure subscription ID.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Regenerate remote rendering account keys":{"value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}}},{"description":"Name of an Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Regenerate remote rendering account keys":{"value":"MyResourceGroup"}}},{"description":"Name of an Mixed Reality Account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Regenerate remote rendering account keys":{"value":"MyAccount"}}},{"description":"Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Regenerate remote rendering account keys":{"value":"2019-02-28-preview"}}}],"requestBody":{"content":{"application/json":{"schema":{"description":"Request for account key regeneration","properties":{"serial":{"default":1,"description":"serial of key to be regenerated","enum":[1,2],"type":"integer","x-ms-enum":{"name":"Serial","values":[{"description":"The Primary Key","name":"Primary","value":1},{"description":"The Secondary Key","name":"Secondary","value":2}]}}},"type":"object"}}},"description":"Required information for key regeneration.","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"description":"Developer Keys of account","properties":{"primaryKey":{"description":"value of primary key.","readOnly":true,"type":"string"},"secondaryKey":{"description":"value of secondary key.","readOnly":true,"type":"string"}},"type":"object"},"examples":{"Regenerate remote rendering account keys":{"$ref":"#/components/examples/Regenerate_remote_rendering_account_keys"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"description":"Response on Error","properties":{"code":{"description":"String that can be used to programmatically identify the error.","type":"string"},"details":{"description":"An array of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.The contents of this section are service-defined but must adhere to the aforementioned schema.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information","type":"string"},"target":{"description":"The target of the particular error","type":"string"}},"required":["message","code"],"type":"object"}}}}},"tags":["Key"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_remote_rendering_accounts_by_subscription":{"value":{"nextLink":"https://aka.ms/&^FDKKAR","value":[{"id":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/RemoteRenderingAccounts/MyAccount","location":"eastus2euap","name":"MyAccount","properties":{"accountId":"5007a881-6fb4-4c93-be52-942e355944a5"},"tags":{},"type":"Microsoft.MixedReality/RemoteRenderingAccounts"},{"id":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/RemoteRenderingAccounts/omega","location":"eastus2euap","name":"omega","properties":{"accountId":"5007a881-6fb4-4c93-be52-942e355944a5"},"tags":{},"type":"Microsoft.MixedReality/RemoteRenderingAccounts"}]}},"List_remote_rendering_accounts_by_resource_group":{"value":{"nextLink":"https://aka.ms/&^FDKKAR","value":[{"id":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/RemoteRenderingAccounts/MyAccount","location":"eastus2euap","name":"MyAccount","properties":{"accountId":"5007a881-6fb4-4c93-be52-942e355944a5"},"tags":{},"type":"Microsoft.MixedReality/RemoteRenderingAccounts"},{"id":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/RemoteRenderingAccounts/omega","location":"eastus2euap","name":"omega","properties":{"accountId":"5007a881-6fb4-4c93-be52-942e355944a5"},"tags":{},"type":"Microsoft.MixedReality/RemoteRenderingAccounts"}]}},"Get_remote_rendering_account":{"value":{"id":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/RemoteRenderingAccounts/MyAccount","location":"eastus2euap","name":"MyAccount","properties":{"accountId":"5007a881-6fb4-4c93-be52-942e355944a5"},"tags":{},"type":"Microsoft.MixedReality/RemoteRenderingAccounts"}},"Update_remote_rendering_account":{"value":{"id":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/RemoteRenderingAccounts/MyAccount","location":"eastus2euap","name":"MyAccount","properties":{"accountId":"5007a881-6fb4-4c93-be52-942e355944a5"},"tags":{"hero":"romeo","heroine":"juliet"},"type":"Microsoft.MixedReality/RemoteRenderingAccounts"}},"Create_remote_rendering_account":{"value":{"id":"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/RemoteRenderingAccounts/MyAccount","location":"eastus2euap","name":"MyAccount","properties":{"accountId":"5007a881-6fb4-4c93-be52-942e355944a5"},"tags":{},"type":"Microsoft.MixedReality/RemoteRenderingAccounts"}},"Get_remote_rendering_account_key":{"value":{"primaryKey":"vMAlcI/j25TwDs8hjTorto3JQkoiqZAXKsFq0rYnSNc=","secondaryKey":"N4umIGhJt8LgnMMMBpwFOxVOS9zpxHxSHy1TJhN3hU4="}},"Regenerate_remote_rendering_account_keys":{"value":{"primaryKey":"vMAlcI/j25TwDs8hjTorto3JQkoiqZAXKsFq0rYnSNc=","secondaryKey":"N4umIGhJt8LgnMMMBpwFOxVOS9zpxHxSHy1TJhN3hU4="}}},"requestBodies":{"RemoteRenderingAccount":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteRenderingAccount"}}},"description":"Remote Rendering Account parameter.","required":true,"x-ms-parameter-location":"method"}},"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":{"RemoteRenderingAccount":{"allOf":[{"allOf":[{"properties":{"id":{"description":"Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}","readOnly":true,"type":"string"},"name":{"description":"The name of the resource","readOnly":true,"type":"string"},"type":{"description":"The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"The resource model definition for a ARM tracked top level resource","properties":{"location":{"description":"The geo-location where the resource lives","type":"string","x-ms-mutability":["read","create"]},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags.","type":"object","x-ms-mutability":["read","create","update"]}},"required":["location"]}],"description":"RemoteRenderingAccount Response.","properties":{"properties":{"description":"Common Properties shared by Mixed Reality Accounts","properties":{"accountDomain":{"description":"Correspond domain name of certain Spatial Anchors Account","readOnly":true,"type":"string"},"accountId":{"description":"unique id of certain account.","readOnly":true,"type":"string"}},"type":"object"}},"type":"object"},"RemoteRenderingAccountPage":{"description":"Result of the request to get resource collection. It contains a list of resources and a URL link to get the next set of results.","properties":{"nextLink":{"description":"URL to get the next set of resource list results if there are any.","type":"string"},"value":{"description":"List of resources supported by the Resource Provider.","items":{"$ref":"#/components/schemas/RemoteRenderingAccount"},"type":"array"}},"type":"object"}}}}