Files
openrouter-python-sdk-retry…/.speakeasy/overlays/fix-nullable-pagination.overlay.yaml
T

11 lines
323 B
YAML

overlay: 1.0.0
x-speakeasy-jsonpath: rfc9535
info:
title: Fix nullable pagination params
version: 0.0.0
actions:
- target: $..parameters[?@.name == "offset" && @.in == "query"].schema
description: Remove nullable from offset query params to fix mypy errors in pagination helpers
update:
nullable: false