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
I figured out that the title and description fields are not defined in the actor.jsonschema – I initially thought I should close the ticket, but maybe it would be food for thought; title and description are good variables that may be valuable to introduce in the actor.json file. But indeed, you can close this, as it's not the CLI problem.
When pushing an Actor, the Console doesn't show correct fields like
title
anddescription
.See this
actor.json
:This results in the following Actor header:
As you can see, the Actor title is constructed from the
name
(but it's title-cased), while thetitle
is ignored altogether.The
description
field is ignored as well.The text was updated successfully, but these errors were encountered: