File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ Profile specific request schema [JSONSchema]:
106
106
"$schema" : " http://json-schema.org/draft-07/schema" ,
107
107
"$id" : " https://cds-au/qr/pos-wallet/1/request/session/claim" ,
108
108
"type" : " object" ,
109
+ "additionalProperties" : false ,
110
+ "required" : [
111
+ " customerId" ,
112
+ " instrument"
113
+ ],
109
114
"properties" : {
110
- "additionalProperties" : false ,
111
- "required" : [
112
- " customerId" ,
113
- " instrument"
114
- ],
115
115
"customerId" : {
116
116
"type" : " string" ,
117
117
"description" : " Identifier of the customer for the payment"
@@ -143,12 +143,12 @@ Profile specific response schema [JSONSchema]:
143
143
"$schema" : " http://json-schema.org/draft-07/schema" ,
144
144
"$id" : " https://cds-au/qr/pos-merchant/1/response/session/claim" ,
145
145
"type" : " object" ,
146
+ "additionalProperties" : true ,
147
+ "required" : [
148
+ " merchantId" ,
149
+ " status"
150
+ ],
146
151
"properties" : {
147
- "additionalProperties" : true ,
148
- "required" : [
149
- " merchantId" ,
150
- " status"
151
- ],
152
152
"merchantId" : {
153
153
"type" : " string" ,
154
154
"description" : " Identifier of the merchant for the payment"
You can’t perform that action at this time.
0 commit comments