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
Add x-stableId to supported schema fields (#1632)
The OpenAPI spec v2250+ includes a new `x-stableId` field for tracking
stable schema identifiers across spec versions. stripe-mock's custom
JSON unmarshaler rejects unknown fields, causing a crash on startup.
Add the field to the allowlist so it is tolerated during parsing.
Committed-By-Agent: claude
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>