From 4d7c28d630a58fffc40873544f09d7595e27b8f3 Mon Sep 17 00:00:00 2001 From: kartikey rajvaidya Date: Thu, 12 Oct 2023 10:09:44 +0530 Subject: [PATCH] added --- src/components/schemas/advance_request.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/schemas/advance_request.yaml b/src/components/schemas/advance_request.yaml index 9f6e6dd1f..05ee9bd51 100644 --- a/src/components/schemas/advance_request.yaml +++ b/src/components/schemas/advance_request.yaml @@ -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' @@ -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'