x402-foundation/x402
Go: `ExtractDiscoveryInfoV1` should preserve outputSchema.input.pathParams
Chiusa
#2507 aperta il 29 mag 2026
gogood first issue
Metriche repository
- Star
- (6103 stelle)
- Metriche merge PR
- (Merge medio 5g 13h) (80 PR mergiate in 30 g)
Descrizione
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.