Skip to content

Commit

Permalink
Added cleInterop and deprecatedID key in bal schema
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineludeau committed Aug 20, 2024
1 parent 0b434fe commit f8746ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/api/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export const balSchema = object({
dateRevision: string().trim(),
codeAncienneCommune: string().trim(),
nomAncienneCommune: string().trim(),
isLieuDit: boolean()
isLieuDit: boolean(),
cleInterop: string().trim(),
deprecatedID: string().trim(),
}).noUnknown()

export const idfixSchema = object({
Expand Down

0 comments on commit f8746ff

Please sign in to comment.