{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubscriptionCycleOrderInfo", "title": "SubscriptionCycleOrderInfo", "type": "object", "properties": { "orderId": { "type": "string", "nullable": true }, "orderGroup": { "type": "string", "nullable": true }, "paymentURL": { "type": "string", "nullable": true }, "value": { "type": "integer", "format": "int64" } }, "additionalProperties": false }