type: object
properties:
  name:
    $ref: '../properties/product_title.yaml'
  product_id:
    $ref: '../properties/product_id.yaml'
  digital_title_suppl:
    $ref: '../properties/product_digital_title_suppl.yaml'
  label_id:
    $ref: '../properties/label_id_nullable.yaml'
  label_name:
    $ref: '../properties/label_name_nullable.yaml'
  product_version:
    $ref: './ProductVersion.yaml'
  sub_title:
    $ref: '../properties/product_sub_title.yaml'
  config_key:
    $ref: '../properties/config_key.yaml'
  is_explicit:
    $ref: '../properties/is_explicit_nullable.yaml'
  release_date:
    type: string
    format: date
    nullable: true
required:
  - name
  - digital_title_suppl
  - label_id
  - label_name
  - product_version_no
  - release_date
