Skip to content

Commit

Permalink
chore: mark deprecated fields as such
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 committed Feb 19, 2025
1 parent 0c4cb93 commit 780bf11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20574,6 +20574,7 @@ components:
loyalty_id:
type: string
description: Deprecated. Please use the loyalty id inside the loyalty object.
deprecated: true
loyalty:
$ref: '#/components/schemas/Loyalty'
rate:
Expand Down Expand Up @@ -21148,6 +21149,7 @@ components:
loyalty_id:
type: string
description: Deprecated. Please use the loyalty id inside the loyalty object.
deprecated: true
loyalty:
$ref: '#/components/schemas/Loyalty'
ItineraryCreation:
Expand Down Expand Up @@ -21233,6 +21235,7 @@ components:
loyalty_id:
type: string
description: Deprecated. Please use the loyalty id inside the loyalty object.
deprecated: true
loyalty:
$ref: '#/components/schemas/Loyalty'
example:
Expand Down

0 comments on commit 780bf11

Please sign in to comment.