A ratio of the purchase amount compared to the median purchase amount seen for other similar merchants in the same category. The higher the ratio means that the purchase amount is further from the med
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PaymentAmount",
"type": "object",
"properties": {
"merchantCategoryRatio": {
"type": "number",
"description": "A ratio of the purchase amount compared to the median purchase amount seen for other similar merchants in the same category. The higher the ratio means that the purchase amount is further from the median purchase amount observed."
}
}
}