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
If we implemented a Schema() macro in all operations that checks whether a schema.default skill is present and runs validations, query parameter validation could be simplified as follows:
https://github.com/pragmarb/pragma/wiki/Validating-query-parameters
If we implemented a Schema() macro in all operations that checks whether a
schema.default
skill is present and runs validations, query parameter validation could be simplified as follows:This would also be very useful for headless operations, since they wouldn't require a model anymore.
The text was updated successfully, but these errors were encountered: