Skip to content

Commit

Permalink
chore: update type null to nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Feb 28, 2024
1 parent dc4250c commit fa4decd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ components:
format: int64
type: integer
digital_certificate_id:
nullable: true
oneOf:
- type: 'null'
- type: string
- type: integer
format: int64
Expand Down Expand Up @@ -351,8 +351,8 @@ components:
format: int64
type: integer
digital_certificate_id:
nullable: true
oneOf:
- type: 'null'
- type: string
- type: integer
format: int64
Expand Down Expand Up @@ -441,8 +441,8 @@ components:
format: int64
type: integer
digital_certificate_id:
nullable: true
oneOf:
- type: 'null'
- type: string
- type: integer
format: int64
Expand Down

0 comments on commit fa4decd

Please sign in to comment.