x402-foundation/x402
Go: `ExtractDiscoveryInfoV1` should preserve outputSchema.input.pathParams
Fermée
#2 507 ouverte le 29 mai 2026
gogood first issue
Métriques du dépôt
- Stars
- (6 103 étoiles)
- Métriques de merge PR
- (Merge moyen 5j 13h) (80 PRs mergées en 30 j)
Description
ExtractDiscoveryInfoV1 currently normalizes v1 outputSchema.input fields such as query params, body fields, and headers, but does not read pathParams. This causes v1 dynamic route metadata to be dropped when converting to extensions.bazaar.info. We should preserve pathParams for both QueryInput and BodyInput.