mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
18 lines
371 B
YAML
18 lines
371 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: The id of the certification.
|
|
example: ef38f94347e94562b5bb8424a56397d8
|
|
name:
|
|
type: string
|
|
description: The name of the certification.
|
|
example: "Certification Name"
|
|
type:
|
|
type: string
|
|
enum:
|
|
- CERTIFICATION
|
|
example: CERTIFICATION
|
|
reviewer:
|
|
$ref: "./Reviewer.yaml"
|