# LocationSpecSchema_v1

## Properties

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

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

### Organization
- **[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.
