Skip to content

Commit

Permalink
Add CapitalProjectPage OpenAPI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarchena committed May 24, 2024
1 parent 9e1ce55 commit 59d25f8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,9 +650,20 @@ components:
- managingAgencyInitials
- minDate
- maxDate
CapitalProjectPage:
allOf:
- $ref: '#/components/schemas/Page'
- type: object
properties:
capitalProjects:
type: array
items:
$ref: '#/components/schemas/CapitalProject'
required:
- capitalProjects
CapitalProjectBudgeted:
allOf:
- $ref: '#/components/schema/CapitalProject'
- $ref: '#/components/schemas/CapitalProject'
- type: object
properties:
commitmentsTotal:
Expand Down

0 comments on commit 59d25f8

Please sign in to comment.