Skip to content

Commit

Permalink
fix: revert locale not null changes (#384)
Browse files Browse the repository at this point in the history
* fix: revert locale not null changes

* fix: revert locale not null changes
  • Loading branch information
Gaurav Sharma authored Nov 3, 2023
1 parent e11650e commit bf2f2c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ components:
Mobile number of the employee
locale:
type: object
nullable: false
nullable: true
additionalProperties: false
properties:
abbreviation:
Expand Down
2 changes: 1 addition & 1 deletion reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ components:
pattern: /^(\+\d{1,3}[- ]?)?\d{10}$/
locale:
type: object
nullable: false
nullable: true
additionalProperties: false
properties:
abbreviation:
Expand Down
2 changes: 1 addition & 1 deletion src/components/schemas/fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ delegatees:

locale:
type: object
nullable: False
nullable: True
additionalProperties: False
properties:
abbreviation:
Expand Down

0 comments on commit bf2f2c9

Please sign in to comment.