Skip to content

Commit

Permalink
Merge pull request #10264 from DFE-Digital/add-possible-values-to-docs
Browse files Browse the repository at this point in the history
Add possible values to vendor api documentation for `confidential` and `inactive`
  • Loading branch information
avinhurry authored Jan 15, 2025
2 parents 30997d2 + 6c921f3 commit 75213a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/vendor_api/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,19 @@ components:
inactive:
type: boolean
description: Indicates whether the application is inactive, based on time-sensitive criteria. If true, the application is considered inactive; otherwise, it remains active.
enum:
- true
- false
Reference:
type: object
properties:
confidential:
type: boolean
description: The confidentiality status selected by the referee for the reference
example: true
enum:
- true
- false
- null
required:
- confidential

0 comments on commit 75213a8

Please sign in to comment.