You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the description for system_state_counts in the ServiceInfo model got inadvertently lost between 1.0.0 and 1.0.1 when migrating from Swagger/OpenAPI v2 to OpenAPI v3.
definitions:
...ServiceInfo:
type: objectproperties:
...system_state_counts:
type: objectadditionalProperties:
type: integerformat: int64description: >- The system statistics, key is the statistic, value is the count of runs in that state. See the State enum for the possible keys.auth_instructions_url:
...
The text was updated successfully, but these errors were encountered:
It seems that the
description
forsystem_state_counts
in theServiceInfo
model got inadvertently lost between 1.0.0 and 1.0.1 when migrating from Swagger/OpenAPI v2 to OpenAPI v3.Since version 1.0.1:
Version 1.0.0:
The text was updated successfully, but these errors were encountered: