type: object
description: >-
  Projects are synonymous with Recording Projects in GRAS.
  Projects connect various resources like Repertoire Owners and Labels to Products and Artists.
properties:
  project_id:
    $ref: '../properties/project_id.yaml'
  raas_init_date:
    $ref: '../properties/iso_8601_date.yaml'
  project_number:
    $ref: '../properties/project_number.yaml'
  project_title:
    $ref: '../properties/project_title.yaml'
  project_type:
    $ref: '../properties/project_type_nullable.yaml'
  project_type_name:
    $ref: '../properties/project_type_name_nullable.yaml'
  raas_init_key:
    $ref: '../properties/raas_init_key_nullable.yaml'
  rep_owner_key:
    $ref: '../properties/rep_owner_key_nullable.yaml'
  rep_owner_company:
    $ref: './CompanyNullable.yaml'
  label_id:
    $ref: '../properties/label_id_nullable.yaml'
  label_name:
    $ref: '../properties/label_name_nullable.yaml'
required:
  - project_id
  - raas_init_date
  - project_type
  - project_type_name
  - raas_init_key
  - project_number
  - project_title
  - rep_owner_key
  - rep_owner_company
  - label_id
  - label_name