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
Label:
type: objectproperties:
id:
readOnly: truetype: stringname:
type: stringproperties:
type: objectadditionalProperties:
type: stringdescription: Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.example: {"color": "ffb3b3", "description": "this is a description"}
The text was updated successfully, but these errors were encountered:
The
Label
schema has definedproperties
as:Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
but there is missing
additionalProperties
as is specified in OpenAPI 3 specification for dictionaries. TheLabel
schema has to be defined in this way:The text was updated successfully, but these errors were encountered: