type: object
description: 'Object containing the data completeness for a single DSP'
properties:
  dsp:
    $ref: '../properties/dsp_id.yaml'
  updated_date:
    $ref: '../properties/iso_8601_date.yaml'
required:
  - dsp
  - updated_date