# ProjectGetSchema

## properties

### kind
- type: string
- Optional
- The kind of record.

### metadata
- type: object
- [ProjectMetadataSchema](https://docs.mediakind.com/api-reference/management-api/schemas/projectmetadataschema) Optional

### cloud
- type: object
- [ProjectMetadataCloudSchema](https://docs.mediakind.com/api-reference/management-api/schemas/projectmetadatacloudschema) Required

#### properties

1. **displayName**
   - type: string
   - Required
   - The display name of the cloud.

2. **id**
   - type: string
   - Optional
   - format: uuid
   - The unique identifier of the cloud.

3. **name**
   - type: string
   - Required
   - The unique name of the cloud.

4. **created**
   - type: string
   - Optional
   - format: date-time
   - The time when the resource was created.

5. **createdBy**
   - type: string
   - Optional
   - format: uuid
   - ID of the user who created the resource.

6. **createdByEmail**
   - type: string
   - Optional
   - Email of the user who created the resource.

7. **createdById**
   - type: string
   - Required
   - format: uuid
   - ID of the user who created the project.

8. **createdByName**
   - type: string
   - Required
   - Name of the user who created the project.

9. **displayName**
   - type: string
   - Optional
   - The display name of the resource.

10. **id**
    - type: string
    - Required
    - format: uuid
    - The ID of the resource.

11. **name**
    - type: string
    - Optional
    - The name of the resource.

12. **updated**
    - type: string
    - Optional
    - format: date-time
    - The time when the resource was last updated.

### spec
- type: object
- [ProjectSpecSchema](https://docs.mediakind.com/api-reference/management-api/schemas/projectspecschema) Required

#### properties

1. **assignedPaymentMethodId**
   - type: string or null
   - Required
   - format: uuid
   - ID of the payment method assigned to the project.

2. **displayName**
   - type: string
   - Required
   - Display name of the project.

3. **isActive**
   - type: boolean
   - Required
   - Is project active.

4. **locationDisplayName**
   - type: string
   - Optional
   - Display name of the location the project is in.

5. **locationId**
   - type: string
   - Required
   - format: uuid
   - ID of the location the project is in.

6. **locationName**
   - type: string
   - Required
   - Name of the location the project is in.

7. **name**
   - type: string
   - Required
   - Name of the project.
