Skip to content

Commit c70af8f

Browse files
Update OpenAPI specification for private preview
1 parent 4a05967 commit c70af8f

2 files changed

Lines changed: 24 additions & 28 deletions

File tree

openapi/spec3.private_preview.sdk.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -111506,7 +111506,7 @@
111506111506
"type": "string"
111507111507
},
111508111508
"score": {
111509-
"description": "Risk score for this insight (float).",
111509+
"description": "Risk score for this insight.",
111510111510
"type": "number"
111511111511
}
111512111512
},
@@ -111550,7 +111550,7 @@
111550111550
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_float_score_insight"
111551111551
}
111552111552
],
111553-
"description": "Bot risk insight (score: Float, recommended_action).",
111553+
"description": "Bot risk insight.",
111554111554
"nullable": true
111555111555
},
111556111556
"card_issuer_decline": {
@@ -111559,7 +111559,7 @@
111559111559
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_float_score_insight"
111560111560
}
111561111561
],
111562-
"description": "Card issuer decline risk insight (score: Float, recommended_action).",
111562+
"description": "Card issuer decline risk insight.",
111563111563
"nullable": true
111564111564
},
111565111565
"card_testing": {
@@ -111568,7 +111568,7 @@
111568111568
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_float_score_insight"
111569111569
}
111570111570
],
111571-
"description": "Card testing risk insight (score: Float, recommended_action).",
111571+
"description": "Card testing risk insight.",
111572111572
"nullable": true
111573111573
},
111574111574
"fraudulent_dispute": {
@@ -111577,7 +111577,7 @@
111577111577
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight"
111578111578
}
111579111579
],
111580-
"description": "Fraudulent dispute risk insight (score: Integer, recommended_action).",
111580+
"description": "Fraudulent dispute risk insight.",
111581111581
"nullable": true
111582111582
},
111583111583
"stolen_card": {
@@ -111586,7 +111586,7 @@
111586111586
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight"
111587111587
}
111588111588
],
111589-
"description": "Stolen card risk insight (score: Integer, recommended_action).",
111589+
"description": "Stolen card risk insight.",
111590111590
"nullable": true
111591111591
}
111592111592
},
@@ -111619,7 +111619,7 @@
111619111619
"type": "string"
111620111620
},
111621111621
"score": {
111622-
"description": "Risk score for this insight (integer).",
111622+
"description": "Risk score for this insight.",
111623111623
"type": "integer"
111624111624
}
111625111625
},
@@ -111663,7 +111663,7 @@
111663111663
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_float_score_insight"
111664111664
}
111665111665
],
111666-
"description": "Bot risk insight (score: Float, recommended_action).",
111666+
"description": "Bot risk insight.",
111667111667
"nullable": true
111668111668
},
111669111669
"card_issuer_decline": {
@@ -111672,7 +111672,7 @@
111672111672
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_float_score_insight"
111673111673
}
111674111674
],
111675-
"description": "Card issuer decline risk insight (score: Float, recommended_action).",
111675+
"description": "Card issuer decline risk insight.",
111676111676
"nullable": true
111677111677
},
111678111678
"card_testing": {
@@ -111681,7 +111681,7 @@
111681111681
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_float_score_insight"
111682111682
}
111683111683
],
111684-
"description": "Card testing risk insight (score: Float, recommended_action).",
111684+
"description": "Card testing risk insight.",
111685111685
"nullable": true
111686111686
},
111687111687
"fraudulent_dispute": {
@@ -111690,7 +111690,7 @@
111690111690
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight"
111691111691
}
111692111692
],
111693-
"description": "Fraudulent dispute risk insight (score: Integer, recommended_action).",
111693+
"description": "Fraudulent dispute risk insight.",
111694111694
"nullable": true
111695111695
},
111696111696
"stolen_card": {
@@ -111699,7 +111699,7 @@
111699111699
"$ref": "#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight"
111700111700
}
111701111701
],
111702-
"description": "Stolen card risk insight (score: Integer, recommended_action).",
111702+
"description": "Stolen card risk insight.",
111703111703
"nullable": true
111704111704
}
111705111705
},

openapi/spec3.private_preview.sdk.yaml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99977,7 +99977,7 @@ components:
9997799977
maxLength: 5000
9997899978
type: string
9997999979
score:
99980-
description: Risk score for this insight (float).
99980+
description: Risk score for this insight.
9998199981
type: number
9998299982
required:
9998399983
- recommended_action
@@ -100011,33 +100011,31 @@ components:
100011100011
anyOf:
100012100012
- $ref: >-
100013100013
#/components/schemas/shared_payment_tokens_risk_details_float_score_insight
100014-
description: 'Bot risk insight (score: Float, recommended_action).'
100014+
description: Bot risk insight.
100015100015
nullable: true
100016100016
card_issuer_decline:
100017100017
anyOf:
100018100018
- $ref: >-
100019100019
#/components/schemas/shared_payment_tokens_risk_details_float_score_insight
100020-
description: 'Card issuer decline risk insight (score: Float, recommended_action).'
100020+
description: Card issuer decline risk insight.
100021100021
nullable: true
100022100022
card_testing:
100023100023
anyOf:
100024100024
- $ref: >-
100025100025
#/components/schemas/shared_payment_tokens_risk_details_float_score_insight
100026-
description: 'Card testing risk insight (score: Float, recommended_action).'
100026+
description: Card testing risk insight.
100027100027
nullable: true
100028100028
fraudulent_dispute:
100029100029
anyOf:
100030100030
- $ref: >-
100031100031
#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight
100032-
description: >-
100033-
Fraudulent dispute risk insight (score: Integer,
100034-
recommended_action).
100032+
description: Fraudulent dispute risk insight.
100035100033
nullable: true
100036100034
stolen_card:
100037100035
anyOf:
100038100036
- $ref: >-
100039100037
#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight
100040-
description: 'Stolen card risk insight (score: Integer, recommended_action).'
100038+
description: Stolen card risk insight.
100041100039
nullable: true
100042100040
required:
100043100041
- fraudulent_dispute
@@ -100063,7 +100061,7 @@ components:
100063100061
maxLength: 5000
100064100062
type: string
100065100063
score:
100066-
description: Risk score for this insight (integer).
100064+
description: Risk score for this insight.
100067100065
type: integer
100068100066
required:
100069100067
- recommended_action
@@ -100097,33 +100095,31 @@ components:
100097100095
anyOf:
100098100096
- $ref: >-
100099100097
#/components/schemas/shared_payment_tokens_risk_details_float_score_insight
100100-
description: 'Bot risk insight (score: Float, recommended_action).'
100098+
description: Bot risk insight.
100101100099
nullable: true
100102100100
card_issuer_decline:
100103100101
anyOf:
100104100102
- $ref: >-
100105100103
#/components/schemas/shared_payment_tokens_risk_details_float_score_insight
100106-
description: 'Card issuer decline risk insight (score: Float, recommended_action).'
100104+
description: Card issuer decline risk insight.
100107100105
nullable: true
100108100106
card_testing:
100109100107
anyOf:
100110100108
- $ref: >-
100111100109
#/components/schemas/shared_payment_tokens_risk_details_float_score_insight
100112-
description: 'Card testing risk insight (score: Float, recommended_action).'
100110+
description: Card testing risk insight.
100113100111
nullable: true
100114100112
fraudulent_dispute:
100115100113
anyOf:
100116100114
- $ref: >-
100117100115
#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight
100118-
description: >-
100119-
Fraudulent dispute risk insight (score: Integer,
100120-
recommended_action).
100116+
description: Fraudulent dispute risk insight.
100121100117
nullable: true
100122100118
stolen_card:
100123100119
anyOf:
100124100120
- $ref: >-
100125100121
#/components/schemas/shared_payment_tokens_risk_details_integer_score_insight
100126-
description: 'Stolen card risk insight (score: Integer, recommended_action).'
100122+
description: Stolen card risk insight.
100127100123
nullable: true
100128100124
required:
100129100125
- fraudulent_dispute

0 commit comments

Comments
 (0)