From aabd5e7910b1cfa632cf3bd9ad0788e730a8b343 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Tue, 11 Aug 2020 17:01:39 -0700 Subject: [PATCH] This item is nullable as the actual code can return null here (included in JSON, but null). So either we need to mark it as nullable here or the service should not be including the value. --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index c1e4b25..2e5f761 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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.