Files
api-specs/idn/v3/schemas/CertificationReference.yaml
2022-10-13 20:18:12 +00:00

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"