Skip to content

Commit

Permalink
This item is nullable as the actual code can return null here (includ…
Browse files Browse the repository at this point in the history
…ed in JSON, but null). So either we need to mark it as nullable here or the service should not be including the value.
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent 4fbd31a commit aabd5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5780,6 +5780,7 @@ components:
additionalProperties: false
properties:
package_id:
nullable: true
allOf:
- $ref: '#/components/schemas/se_id'
description: A string that uniquely identifies the package.
Expand Down

0 comments on commit aabd5e7

Please sign in to comment.