# ProjectSpecSchema

## object

- **assignedPaymentMethodId**: `string or null`  *(Required)*  
  Format: `uuid`
  
  ID of the payment method assigned to the project.

- **displayName**: `string` *(Required)*
  
  Display name of the project.

- **isActive**: `boolean` *(Required)*
  
  Is project active.

- **locationDisplayName**: `string` *(Optional)*
  
  Display name of the location the project is in.

- **locationId**: `string` *(Required)*
  
  Format: `uuid`  
  ID of the location the project is in.

- **locationName**: `string` *(Required)*
  
  Name of the location the project is in.

- **name**: `string` *(Required)*
  
  Name of the project.
