My example is showing up as ref instead of getting rendered.
我对使用部件向化工分配价值找到了一些答案。 但我不肯定为什么不正确工作。 任何建议都将受到高度赞赏。
我的安普森pec切期望看到这一点。
responses:
200 :
description: Successful response
content:
application/json:
schema:
$ref: #/components/schemas/deduction_charge
example:
deduction_charge:
$ref: #/components/examples/deduction_charge
我的各位成员都希望这样做。
components:
examples:
deduction_charge:
summary: Example deduction charge
value:
deduction_charge:
- id: "ct_h5e599d3-0000-4d46-9a52-1a37e7b5b8ef"
status: "SUCCESS"
description: "Super HD plan"
amount: 10000
amount_refunded: 0
currency: "JPY"
deduction_token: "dt_f5e599d3-8b9e-4d46-9a52-1a37e7b5b8ef"
metadata:
customerID: "123"
customerName: "Yamada Taro"
transactionID: "A123"
created_at: "2023-11-07T15:30:00.000+09:00"
updated_at: "2023-11-07T15:30:00.000+09:00"