Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikey rajvaidya authored and kartikey rajvaidya committed Oct 12, 2023
1 parent 57c12c2 commit 4d7c28d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/schemas/advance_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ advance_request_out:
$ref: './fields.yaml#/currency'
amount:
$ref: './fields.yaml#/amount'
policy_amount:
type: number
nullable: true
description: |
The advance request amount set by policy.
example: 1500
advance_id:
allOf:
- $ref: './fields.yaml#/fk_string'
Expand Down Expand Up @@ -81,11 +75,6 @@ advance_request_out:
$ref: './project.yaml#/project_out_embed'
custom_fields:
$ref: './fields.yaml#/custom_fields'
is_policy_flagged:
type: boolean
nullable: true
description: |
Determines whether this report was flagged from a policy
last_approved_at:
allOf:
- $ref: './fields.yaml#/timestamptz_utc'
Expand Down

0 comments on commit 4d7c28d

Please sign in to comment.