Skip to content

Commit

Permalink
chore: update nullable to type null
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Feb 28, 2024
1 parent 2d8ae5e commit dc4250c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ components:
type: integer
digital_certificate_id:
oneOf:
- type: 'null'
- type: string
- type: integer
format: int64
- type: string
nullable: true
required:
- name
- edge_application_id
Expand All @@ -328,11 +328,11 @@ components:
edge_application_id:
format: int64
type: integer
digital_certificate_id:
oneOf:
- type: 'null' # Note the quotes around 'null'
- type: string
- type: integer
format: int64
- type: string
type: object
PutDomainRequest:
additionalProperties: false
Expand All @@ -352,10 +352,10 @@ components:
type: integer
digital_certificate_id:
oneOf:
- type: 'null'
- type: string
- type: integer
format: int64
- type: string
nullable: true
required:
- name
- edge_application_id
Expand Down Expand Up @@ -442,10 +442,10 @@ components:
type: integer
digital_certificate_id:
oneOf:
- type: 'null'
- type: string
- type: integer
format: int64
- type: string
nullable: true
domain_name:
type: string
environment:
Expand Down

0 comments on commit dc4250c

Please sign in to comment.