Commented out the required properties for the EventsDataWrapper type for the openapi.yaml file in the library target as they are prone to be null based on the exploration I did.
This commit is contained in:
@@ -7278,14 +7278,16 @@ components:
|
||||
etag:
|
||||
type: string
|
||||
description: A digest value of the content returned by the call.
|
||||
required:
|
||||
- code
|
||||
- status
|
||||
- copyright
|
||||
- attributionText
|
||||
- attributionHTML
|
||||
- data
|
||||
- etag
|
||||
# These required fields are commented out due to a possible bug from the service, that can returns all fields as null
|
||||
# when requesting events. (e. g.this happens when requesting all events without defining any filter parameter)
|
||||
# required:
|
||||
# - code
|
||||
# - status
|
||||
# - copyright
|
||||
# - attributionText
|
||||
# - attributionHTML
|
||||
# - data
|
||||
# - etag
|
||||
SeriesDataWrapper:
|
||||
type: object
|
||||
description: The wrapper for the series data.
|
||||
|
||||
Reference in New Issue
Block a user