x402-foundation/x402
Go: `ExtractDiscoveryInfoV1` should preserve outputSchema.input.pathParams
クローズ
#2,507 opened on 2026/05/29
gogood first issue
Repository metrics
- Stars
- (6,103 個のスター)
- PR merge metrics
- (平均マージ 5d 13h) (30d で 80 merged PRs)
説明
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.