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:
2025-10-05 22:02:01 +02:00
parent 7187bf6f39
commit a58e54e8ca
+10 -8
View File
@@ -7278,14 +7278,16 @@ components:
etag: etag:
type: string type: string
description: A digest value of the content returned by the call. description: A digest value of the content returned by the call.
required: # These required fields are commented out due to a possible bug from the service, that can returns all fields as null
- code # when requesting events. (e. g.this happens when requesting all events without defining any filter parameter)
- status # required:
- copyright # - code
- attributionText # - status
- attributionHTML # - copyright
- data # - attributionText
- etag # - attributionHTML
# - data
# - etag
SeriesDataWrapper: SeriesDataWrapper:
type: object type: object
description: The wrapper for the series data. description: The wrapper for the series data.