# LocationSchema_v1

## Metadata

- **displayName**: string (Optional)  
  The display name of the resource
- **id**: string (Required, format: uuid)  
  The ID of the resource
- **name**: string (Optional)  
  The name of the resource

## Spec

- **cloud**: object [LocationCloudSchema](https://docs.mediakind.com/api-reference/management-api/schemas/locationcloudschema) (Optional)  
  **Display name**: string (Required)  
  The display name of the cloud.  
  **Name**: string (Optional)  
  The unique name of the cloud.

- **region**: object [LocationRegionSchema](https://docs.mediakind.com/api-reference/management-api/schemas/locationregionschema) (Optional)  
  **Display name**: string (Required)  
  The display name of the cloud region.  
  **Name**: string (Optional)  
  The name of the cloud region (unique within the cloud).

- **organization**: object [OrganizationSpecSchema_v1](https://docs.mediakind.com/api-reference/management-api/schemas/organizationspecschema-v1) (Optional)  
  **id**: string or null (Optional, format: uuid)  
  ID of the organization.  
  **name**: string (Required)  
  Name of the organization.  
  **type**: enum (Required)  
  Is the location one that is usable only by your organization?
  
  Allowed values: SaaS, Dedicated
