mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
10 lines
231 B
YAML
10 lines
231 B
YAML
description: Previous certification.
|
|
type: object
|
|
allOf:
|
|
- $ref: '../../v3/schemas/CertificationReferenceDto.yaml'
|
|
- type: object
|
|
properties:
|
|
reviewer:
|
|
$ref: './Reviewer.yaml'
|
|
description: Certification reviewer
|