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
Generating Schema B currently requires multiple config files. Simplify the configuration by adding a types section to config.yml. Allow either the types section or fields.yml, but not both. Raise a validation error if both are present to avoid ambiguity.
Generating Schema B currently requires multiple config files. Simplify the configuration by adding a types section to
config.yml
. Allow either the types section orfields.yml
, but not both. Raise a validation error if both are present to avoid ambiguity.Relates #141
The text was updated successfully, but these errors were encountered: