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
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
With the new capabilities work landed in Normandy, there is a new editable field that should be accessible: extra_capabilities. It is logically a set of strings. Though since JSON doesn't have sets the type is actually Array<String>.
Right now there aren't any further semantics associated with this field, we just need to be able to type a list of strings in.
With the new capabilities work landed in Normandy, there is a new editable field that should be accessible:
extra_capabilities. It is logically a set of strings. Though since JSON doesn't have sets the type is actuallyArray<String>.Right now there aren't any further semantics associated with this field, we just need to be able to type a list of strings in.