Closed samechelon closed 6 years ago
It's ok to panic when a schema is missing from the repository. It just notices you that the service provider was misconfigured. API's users must ensure that definitions (schemas, resource types, and configs) have been loaded prior to use them.
@leodido do you agree?
Yes I agree.
If an empty
ResourceType
is passed to theContexts()
method will panic hereWhat to do if an empty
ResourceType
somehow is passed to this method?