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
One option is to add a JSONSchemaValidatedDict or similar to the upstream traitlets package and use that. Alternatively, we can just replicate the pattern from OAuthenticator here.
The text was updated successfully, but these errors were encountered:
With us adding more options to
profile_list
, it's growing in complexity. We should validate it with JSON schema like we do with OAuthenticator here: https://github.com/jupyterhub/oauthenticator/blob/921824c02cc9c256674b7daecf481ca67de7c5a0/oauthenticator/cilogon.py#L179One option is to add a
JSONSchemaValidatedDict
or similar to the upstreamtraitlets
package and use that. Alternatively, we can just replicate the pattern from OAuthenticator here.The text was updated successfully, but these errors were encountered: