# LocationListResponseSchema_v1

### Properties

- **kind**: string (Optional)  
  The type of the resource.

- **value**: list of objects [LocationSchema_v1](https://docs.mediakind.com/api-reference/management-api/schemas/locationschema-v1) (Required)  
  A list of Locations

### Metadata

- **metadata**: object [MetadataMinimalSchema](https://docs.mediakind.com/api-reference/management-api/schemas/metadataminimalschema) (Required)

- **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

### Specification

- **spec**: object [LocationSpecSchema_v1](https://docs.mediakind.com/api-reference/management-api/schemas/locationspecschema-v1) (Required)

- **cloud**: object [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**: object [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**: 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
