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
Fix: Add missing 'fetch' parameter to in_schema.json and document it
The 'fetch' parameter has been implemented in the 'in' script since its
inception, allowing users to fetch additional branches during get
operations. However, it was missing from in_schema.json, causing the
schema validation to reject it as an unknown key.
Fixes#413.
Signed-off-by: Mathias Bogaert <[email protected]>
0 commit comments