We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb42d0f commit 47bd6f5Copy full SHA for 47bd6f5
json/PayRequest-v1.json
@@ -478,7 +478,9 @@
478
"paymentMethodMetaData": {
479
"type": "object",
480
"properties": {},
481
- "additionalProperties": true,
+ "additionalProperties": {
482
+ "type": "object"
483
+ },
484
"description": "Additional information required for some specific payment methods. "
485
}
486
},
yaml/PayRequest-v1.yaml
@@ -681,7 +681,8 @@ components:
681
paymentMethodMetaData:
682
type: object
683
properties: {}
684
- additionalProperties: {}
+ additionalProperties:
685
+ type: object
686
description: 'Additional information required for some specific payment
687
methods. '
688
required:
0 commit comments