ProjectGetSchema – Management API – MediaKind
ProjectGetSchema
properties
kind
- type: string
- Optional
- The kind of record.
metadata
- type: object
- ProjectMetadataSchema Optional
cloud
- type: object
- ProjectMetadataCloudSchema Required
properties
displayName
- type: string
- Required
- The display name of the cloud.
id
- type: string
- Optional
- format: uuid
- The unique identifier of the cloud.
name
- type: string
- Required
- The unique name of the cloud.
created
- type: string
- Optional
- format: date-time
- The time when the resource was created.
createdBy
- type: string
- Optional
- format: uuid
- ID of the user who created the resource.
createdByEmail
- type: string
- Optional
- Email of the user who created the resource.
createdById
- type: string
- Required
- format: uuid
- ID of the user who created the project.
createdByName
- type: string
- Required
- Name of the user who created the project.
displayName
- type: string
- Optional
- The display name of the resource.
id
- type: string
- Required
- format: uuid
- The ID of the resource.
name
- type: string
- Optional
- The name of the resource.
updated
- type: string
- Optional
- format: date-time
- The time when the resource was last updated.
spec
- type: object
- ProjectSpecSchema Required
properties
assignedPaymentMethodId
- type: string or null
- Required
- format: uuid
- ID of the payment method assigned to the project.
displayName
- type: string
- Required
- Display name of the project.
isActive
- type: boolean
- Required
- Is project active.
locationDisplayName
- type: string
- Optional
- Display name of the location the project is in.
locationId
- type: string
- Required
- format: uuid
- ID of the location the project is in.
locationName
- type: string
- Required
- Name of the location the project is in.
name
- type: string
- Required
- Name of the project.